Skip to content

Commit

Permalink
The TEMPLATE_EXTERN define in the generated export header is not used.
Browse files Browse the repository at this point in the history
This must have been left over from some experiment with Windows.
  • Loading branch information
asmaloney committed Aug 10, 2023
1 parent 7707b64 commit 55b49f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cmake/E57ExportHeader.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
include( GenerateExportHeader )

set( comment "\r
// Windows DLLs can't include the extern keyword when declaring templates \r
#ifdef _MSC_VER \r
#define TEMPLATE_EXTERN \r
#else \r
#define TEMPLATE_EXTERN extern \r
#endif \r
\r
// NOTE: This is a generated file. Any changes will be overwritten."
)

Expand Down

0 comments on commit 55b49f0

Please sign in to comment.