summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel Vilkov <[email protected]>2019-04-15 21:40:33 +0300
committerAdel Vilkov <[email protected]>2019-04-15 21:40:33 +0300
commit0e3f93ad95a57e2dbc3360c26292dacb767f8f54 (patch)
tree2c22e308d1315d8c4a8f5433427689444d08783d
parenta58d9e70433b5720f3cb314cf6e2463e465130c2 (diff)
Removed unused line
-rw-r--r--xmake/modules/package/manager/clib/find_package.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/clib/find_package.lua b/xmake/modules/package/manager/clib/find_package.lua
index 4caf6063d..ae8f55edc 100644
--- a/xmake/modules/package/manager/clib/find_package.lua
+++ b/xmake/modules/package/manager/clib/find_package.lua
@@ -34,7 +34,6 @@ function main(name, opt)
return
end
- local install_path = io.readfile(marker_path)
dprint("found marker file for %s", name)
return io.load(marker_path)
end