diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 13:54:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:10 +0100 |
commit | a487d5e37ed7a56e4d8c96c7452491e326519206 (patch) | |
tree | 7baec1079aa6513692653e1d9e29f09330975a48 | |
parent | 58996b19545a1811742c6e399162e76bf6084182 (diff) |
Unused FWI_DLLPRIVATE
Change-Id: I68e1d463485354dda9d743d3b72907ee8a73d414
-rw-r--r-- | framework/inc/fwidllapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/fwidllapi.h b/framework/inc/fwidllapi.h index e594dc273f4c..ac8e0e719575 100644 --- a/framework/inc/fwidllapi.h +++ b/framework/inc/fwidllapi.h @@ -27,7 +27,6 @@ #else #define FWI_DLLPUBLIC SAL_DLLPUBLIC_IMPORT #endif -#define FWI_DLLPRIVATE SAL_DLLPRIVATE #endif // INCLUDED_FRAMEWORK_INC_FWIDLLAPI_H |