Skip to content

Commit

Permalink
Merge pull request #4436 from habitat-sh/cm/remove-dead-code
Browse files Browse the repository at this point in the history
Approved by: @nobody from Nowhere
Merged by: The Sentinels
  • Loading branch information
thesentinels authored Jan 19, 2018
2 parents 2fbb0f5 + ec29913 commit 8a0539e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/pkg-export-docker/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,6 @@ impl BuildRootContext {
idents.push(PkgIdentType::Svc(SvcIdent {
ident: ident,
exposes: pkg_install.exposes()?,
user: pkg_install.svc_user()?,
group: pkg_install.svc_group()?,
}));
} else {
idents.push(PkgIdentType::Lib(ident));
Expand Down Expand Up @@ -734,10 +732,6 @@ struct SvcIdent {
pub ident: PackageIdent,
/// A list of all port exposes for the package.
pub exposes: Vec<String>,
/// The service user which is required, if provided in the package
pub user: Option<String>,
/// The service group which is required, if provided in the package
pub group: Option<String>,
}

/// An enum of service and library Habitat packages.
Expand Down

0 comments on commit 8a0539e

Please sign in to comment.