aboutsummaryrefslogtreecommitdiff
path: root/libbutl/export.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/export.hxx')
-rw-r--r--libbutl/export.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/libbutl/export.hxx b/libbutl/export.hxx
index 3353ca8..dc04f85 100644
--- a/libbutl/export.hxx
+++ b/libbutl/export.hxx
@@ -3,14 +3,6 @@
#pragma once
-// If modules are available, setup the module export.
-//
-#ifdef __cpp_modules_ts
-# define LIBBUTL_MODEXPORT export
-#else
-# define LIBBUTL_MODEXPORT
-#endif
-
// Normally we don't export class templates (but do complete specializations),
// inline functions, and classes with only inline member functions. Exporting
// classes that inherit from non-exported/imported bases (e.g., std::string)