From 13463af29f1fd904cc0ea5e0bd0acdabd8431e53 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 31 Dec 2006 18:58:32 +0000 Subject: remove commented out #includes etc move get_hz to the only caller --- include/platform.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/platform.h') diff --git a/include/platform.h b/include/platform.h index 9d8df4b7f..91d5f476d 100644 --- a/include/platform.h +++ b/include/platform.h @@ -133,13 +133,6 @@ typedef int socklen_t; #endif /* ---- Compiler dependent settings ------------------------- */ -//#ifndef __GNUC__ -//#if defined __INTEL_COMPILER -//__extension__ typedef __signed__ long long __s64; -//__extension__ typedef unsigned long long __u64; -//#endif /* __INTEL_COMPILER */ -//#endif /* ifndef __GNUC__ */ - #if (defined __digital__ && defined __unix__) # undef HAVE_MNTENT_H #else -- cgit v1.2.3