--- deliantra/server/include/compiler.h 2012/10/29 23:55:53 1.15 +++ deliantra/server/include/compiler.h 2016/11/18 04:46:35 1.17 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -43,12 +43,6 @@ # define noinline #endif -#if GCC_VERSION(4,5) -# define decltype(x) __decltype(x) -#elif GCC_VERSION(3,0) -# define decltype(x) typeof(x) -#endif - #define func_const attribute ((const)) #define func_pure attribute ((pure)) #define func_hot attribute ((hot)) // 4.x