Remove environment check because it's not used for anything

This commit is contained in:
Sude 2014-01-05 16:04:23 +02:00
parent b59210c251
commit 1238f54143
2 changed files with 0 additions and 16 deletions

View File

@ -13,14 +13,6 @@
#include <curl/curl.h>
#include <ctime>
#if __GNUC__
# if __x86_64__ || __ppc64__ || __LP64__
# define ENVIRONMENT64
# else
# define ENVIRONMENT32
# endif
#endif
class Timer
{
public:

View File

@ -13,14 +13,6 @@
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
#if __GNUC__
# if __x86_64__ || __ppc64__ || __LP64__
# define ENVIRONMENT64
# else
# define ENVIRONMENT32
# endif
#endif
#define VERSION_NUMBER "2.10"
#ifndef VERSION_STRING