diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-11-15T15·07+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-11-15T15·07+0000 |
commit | 149e27302334b6a83bfe293c15426d1a4abf958d (patch) | |
tree | c84d126884328c11112355e208314a62f85e6217 /src/libstore/gc.hh | |
parent | bfec245efa68f010b8687c1eee8dcf909c4d1343 (diff) |
* Don't need gc.hh.
Diffstat (limited to 'src/libstore/gc.hh')
-rw-r--r-- | src/libstore/gc.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstore/gc.hh b/src/libstore/gc.hh deleted file mode 100644 index c86f7678b3df..000000000000 --- a/src/libstore/gc.hh +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __GC_H_INCLUDED -#define __GC_H_INCLUDED - -const unsigned int defaultGcLevel = 1000; - -#endif //__GC_H_INCLUDED |