summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-rw-r--r--compat/linkage-macros.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/compat/linkage-macros.hpp b/compat/linkage-macros.hpp
index b9bc9801..460e7ee5 100644
--- a/compat/linkage-macros.hpp
+++ b/compat/linkage-macros.hpp
@@ -7,9 +7,3 @@
# define OTR_GENERIC_EXPORT __attribute__ ((visibility ("default")))
# define OTR_GENERIC_IMPORT
#endif
-
-#if defined _MSC_VER
-# define OTR_GENERIC_TEMPLATE
-#else
-# define OTR_GENERIC_TEMPLATE __attribute__ ((visibility ("default")))
-#endif