summaryrefslogtreecommitdiffstats
path: root/Tests/Module/GenerateExportHeader/libshared/libshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Module/GenerateExportHeader/libshared/libshared.h')
-rw-r--r--Tests/Module/GenerateExportHeader/libshared/libshared.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/Module/GenerateExportHeader/libshared/libshared.h b/Tests/Module/GenerateExportHeader/libshared/libshared.h
index 280e185..3d9bbff 100644
--- a/Tests/Module/GenerateExportHeader/libshared/libshared.h
+++ b/Tests/Module/GenerateExportHeader/libshared/libshared.h
@@ -8,12 +8,7 @@ class LIBSHARED_EXPORT Libshared {
public:
int libshared() const;
-#ifdef COMPILER_IS_MSVC
- // Double exporting not possible with MSVC
int libshared_exported() const;
-#else
- int LIBSHARED_EXPORT libshared_exported() const;
-#endif
int LIBSHARED_DEPRECATED libshared_deprecated() const;