summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-10-18 14:25:56 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2006-10-18 14:25:56 +0000
commitd5e8cd7871dfc8db38e20f34b33bb4714baee48c (patch)
tree1575183b39244049c4996077bf4029adc12284ea
parentd2cd7fc2b6f01b02a73ecfa01dc34e33a2de76eb (diff)
Remove dead code
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@214 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xbin/ldap2awstats4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/ldap2awstats b/bin/ldap2awstats
index 7883c54..18dfdb5 100755
--- a/bin/ldap2awstats
+++ b/bin/ldap2awstats
@@ -16,16 +16,12 @@ require "yaml"
require "fileutils"
require "optparse"
-# defaults
-$force_rebuild = false
-
def show_help(parser, code=0, io=STDOUT)
io.puts parser
exit(code)
end
ARGV.options do |opts|
opts.on_tail("-h", "--help", "Display this help screen") { show_help(opts) }
- opts.on("-f", "--force" , String, "Force rebuilding the cachefiles") { $force_rebuild = true }
opts.parse!
end