From b64108b949c84da62e2c3e7eb2a862f58bcbcb22 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 30 May 2005 22:46:09 +0000 Subject: GCC4.0 warning fixes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1571 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/base.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/base.h b/include/base.h index 13c361c0b..cec519e5c 100644 --- a/include/base.h +++ b/include/base.h @@ -88,9 +88,6 @@ public: char* GetExt(std::string key); }; -const int bitfields[] = {1,2,4,8,16,32,64,128}; -const int inverted_bitfields[] = {~1,~2,~4,~8,~16,~32,~64,~128}; - /** BoolSet is a utility class designed to hold eight bools in a bitmask. * Use BoolSet::Set and BoolSet::Get to set and get bools in the bitmask, * and Unset and Invert for special operations upon them. -- cgit v1.2.3