mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Remove environment check because it's not used for anything
This commit is contained in:
parent
b59210c251
commit
1238f54143
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user