Skip to content

Commit

Permalink
conf: drop unused constant
Browse files Browse the repository at this point in the history
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
  • Loading branch information
mdhorn committed Mar 11, 2020
1 parent 86311be commit 35a93e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ const (

// KernelListFile is the file describing the available kernel bundles
KernelListFile = "kernels.json"

// SourcePath is the source path (within the .gopath)
SourcePath = "src/github.com/clearlinux/clr-installer"
)

func isRunningFromSourceTree() (bool, string, error) {
Expand Down

0 comments on commit 35a93e4

Please sign in to comment.