From 8146d80e0c7fbfa0040872ed91d3224759f78205 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 26 Apr 2017 19:07:24 +0200 Subject: [PATCH] Removed unused VMIME_TARGET_* defines. --- cmake/config.hpp.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index 3e32dd92..e87bf9d9 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -16,10 +16,6 @@ #define VMIME_VERSION "@VMIME_VERSION@" #define VMIME_API "@VMIME_API_VERSION@" -// Target OS and architecture -#define VMIME_TARGET_ARCH "@CMAKE_TARGET_ARCHITECTURES@" -#define VMIME_TARGET_OS "@CMAKE_SYSTEM_NAME@" - // Set to 1 if debugging should be activated #define VMIME_DEBUG @VMIME_DEBUG@