summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <shausman@trolltech.com>2007-05-18 20:39:38 +0200
committerLibravatar Simon Hausmann <shausman@trolltech.com>2007-05-18 20:39:38 +0200
commit66c6a9b559a883460b1aeed7dadec713be17588c (patch)
tree52dfe5a6207cc1bdc514549c84ff5b27650aee12 /contrib
parentFix branch setup after initial clone. (diff)
downloadtgif-66c6a9b559a883460b1aeed7dadec713be17588c.tar.xz
Removed unused cache variables.
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/git-p44
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index 2f3615bd72..e164edef55 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -415,8 +415,6 @@ class P4Sync(Command):
optparse.make_option("--changesfile", dest="changesFile"),
optparse.make_option("--silent", dest="silent", action="store_true"),
optparse.make_option("--known-branches", dest="knownBranches"),
- optparse.make_option("--data-cache", dest="dataCache", action="store_true"),
- optparse.make_option("--command-cache", dest="commandCache", action="store_true"),
optparse.make_option("--detect-labels", dest="detectLabels", action="store_true"),
optparse.make_option("--with-origin", dest="syncWithOrigin", action="store_true")
]
@@ -430,8 +428,6 @@ class P4Sync(Command):
self.usage += " //depot/path[@revRange]"
- self.dataCache = False
- self.commandCache = False
self.silent = False
self.knownBranches = Set()
self.createdBranches = Set()