aboutsummaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
authorFumitoshi Ukai <fumitoshi.ukai@gmail.com>2015-07-21 17:07:08 +0900
committerFumitoshi Ukai <fumitoshi.ukai@gmail.com>2015-07-21 17:07:08 +0900
commitd81f9b90ce75b11239a17cdb896571e7d4969de4 (patch)
treef0da93877dddad10eb8edb96e14b7fd333132ac4 /flags.go
parentcf6c6c29d66753464db4dddd0b90d788b34eefbc (diff)
downloadkati-d81f9b90ce75b11239a17cdb896571e7d4969de4.tar.gz
[go] cleanup wildcard cache
remove UseWildcardCache flag. fix wildcard_cache.mk
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index aa119eb..21535cd 100644
--- a/flags.go
+++ b/flags.go
@@ -23,7 +23,6 @@ var (
DryRunFlag bool
UseFindCache bool
- UseWildcardCache bool
UseShellBuiltins bool
IgnoreOptionalInclude string