Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
fleetctl: remove dead code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Djalal Harouni committed Feb 16, 2016
1 parent 44e9b2c commit c181aad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fleetctl/fleetctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,6 @@ func lazyCreateUnits(args []string) error {
errchan := make(chan error)
var wg sync.WaitGroup
for _, arg := range args {
// TODO(jonboulle): this loop is getting too unwieldy; factor it out

arg = maybeAppendDefaultUnitType(arg)
name := unitNameMangle(arg)

Expand Down

0 comments on commit c181aad

Please sign in to comment.