diff options
Diffstat (limited to 'src/base.cpp')
-rw-r--r-- | src/base.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index 4612c4a59..126e5b824 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -27,8 +27,6 @@ const int bitfields[] = {1,2,4,8,16,32,64,128}; const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; -extern time_t TIME; - bool Extensible::Shrink(const std::string &key) { /* map::size_type map::erase( const key_type& key ); |