X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbase.cpp;h=126e5b824069d35a9ee9bcc8d728c1dc6d149bed;hb=76ebc88ccd6fef0bf2d97b607829fb3466e273af;hp=4612c4a595131d6dbecac4e0354da05d14d09cc0;hpb=488932d457b16a778d75cf2a8213dd9a94058403;p=user%2Fhenk%2Fcode%2Finspircd.git 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 );