summaryrefslogtreecommitdiff
path: root/src/Config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config.cpp')
-rw-r--r--src/Config.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Config.cpp b/src/Config.cpp
index 6169e61c..ec739c8a 100644
--- a/src/Config.cpp
+++ b/src/Config.cpp
@@ -49,12 +49,6 @@
using nonstd::nullopt;
using nonstd::optional;
-#if defined(_MSC_VER)
-# define DLLIMPORT __declspec(dllimport)
-#else
-# define DLLIMPORT
-#endif
-
#ifndef environ
DLLIMPORT extern char** environ;
#endif