From d5e8cd7871dfc8db38e20f34b33bb4714baee48c Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 18 Oct 2006 14:25:56 +0000 Subject: Remove dead code git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@214 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- bin/ldap2awstats | 4 ---- 1 file changed, 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 -- cgit v1.2.3