Skip to content

Commit f902132

Browse files
committed
Remove unused macro definition for _TEMPLATE_NO_EXPORT
1 parent 3cfb22e commit f902132

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/codegeneration/template_api.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
#ifdef ${target_id}_STATIC_DEFINE
88
# define ${target_id}_TEMPLATE_API
9-
# define ${target_id}_TEMPLATE_NO_EXPORT
109
#else
1110
# ifndef ${target_id}_TEMPLATE_API
1211
# ifdef ${target}_EXPORTS

source/codegeneration/template_msvc_api.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
#ifdef ${target_id}_STATIC_DEFINE
88
# define ${target_id}_TEMPLATE_API
9-
# define ${target_id}_TEMPLATE_NO_EXPORT
109
#else
1110
# ifndef ${target_id}_TEMPLATE_API
1211
# ifdef ${target}_EXPORTS

0 commit comments

Comments
 (0)