Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2008-12-23 01:57:22 +0300
committerstarkos <unknown>2008-12-23 01:57:22 +0300
commitf654a85e5faee668ba3d6bc690c38e5d58e90b96 (patch)
tree69e8fd51e7c1cb22d87268590420b19fd88207e1 /src/actions
parentb0441e8eb4ef3298081d5b5ad0bd3da6e6b3c46e (diff)
Removed special solution clean hook; needs rethinking
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/clean/_clean.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/actions/clean/_clean.lua b/src/actions/clean/_clean.lua
index 107e064..5ad6cd7 100644
--- a/src/actions/clean/_clean.lua
+++ b/src/actions/clean/_clean.lua
@@ -83,11 +83,5 @@
action.onclean(solutions, projects, targets)
end
end
-
- -- global cleaner
- if (type(onclean) == "function") then
- onclean()
- end
-
end,
}