17 lines
625 B
Diff
17 lines
625 B
Diff
diff --git a/framework/include/FrameworkConfig.h.in b/framework/include/FrameworkConfig.h.in
|
|
index 024a0ec..9eba2f8 100644
|
|
--- a/framework/include/FrameworkConfig.h.in
|
|
+++ b/framework/include/FrameworkConfig.h.in
|
|
@@ -18,11 +18,4 @@
|
|
#define US_FRAMEWORK_VERSION @Framework_VERSION@
|
|
#define US_FRAMEWORK_VERSION_STR "@Framework_VERSION@"
|
|
|
|
-
|
|
-///-------------------------------------------------------------------
|
|
-// Macros used by the unit tests
|
|
-//-------------------------------------------------------------------
|
|
-
|
|
-#define US_FRAMEWORK_SOURCE_DIR "@PROJECT_SOURCE_DIR@"
|
|
-
|
|
#endif // CPPMICROSERVICES_FRAMEWORKCONFIG_H
|