From 1238f5414387195edc39e8507fcfec202d44b31d Mon Sep 17 00:00:00 2001 From: Sude Date: Sun, 5 Jan 2014 16:04:23 +0200 Subject: [PATCH] Remove environment check because it's not used for anything --- include/downloader.h | 8 -------- main.cpp | 8 -------- 2 files changed, 16 deletions(-) diff --git a/include/downloader.h b/include/downloader.h index 5431d33..a5883eb 100644 --- a/include/downloader.h +++ b/include/downloader.h @@ -13,14 +13,6 @@ #include #include -#if __GNUC__ -# if __x86_64__ || __ppc64__ || __LP64__ -# define ENVIRONMENT64 -# else -# define ENVIRONMENT32 -# endif -#endif - class Timer { public: diff --git a/main.cpp b/main.cpp index b202291..8c1b3b7 100644 --- a/main.cpp +++ b/main.cpp @@ -13,14 +13,6 @@ #include #include -#if __GNUC__ -# if __x86_64__ || __ppc64__ || __LP64__ -# define ENVIRONMENT64 -# else -# define ENVIRONMENT32 -# endif -#endif - #define VERSION_NUMBER "2.10" #ifndef VERSION_STRING