Disabled the pickle gc optimization by default (computers are fast enough now, and it can be reenabled if necessary)

This commit is contained in:
Thomas Nagy 2013-09-10 21:28:25 +02:00
parent f81e6c5499
commit dedafdfa81
1 changed files with 0 additions and 3 deletions

View File

@ -1343,6 +1343,3 @@ class StepContext(BuildContext):
return pattern.match(node.abspath())
return match
BuildContext.store = Utils.nogc(BuildContext.store)
BuildContext.restore = Utils.nogc(BuildContext.restore)