From 430a676dd05d60a427cdd6786b72bd8651444967 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 23 Sep 2013 21:18:25 +0000 Subject: QPID-2926: Better solution for instantiating qpid::messaging::Handle<> specialisations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525706 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'qpid/cpp/src/CMakeLists.txt') diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 618fe3b9b4..45b93cd358 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -889,10 +889,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL Windows) windows/SCM.cpp ) - set (qpidmessaging_platform_SOURCES - qpid/messaging/HandleInstantiator.cpp - ) - else (CMAKE_SYSTEM_NAME STREQUAL Windows) # POSIX (Non-Windows) platforms have a lot of overlap in sources; the only @@ -990,9 +986,6 @@ else (CMAKE_SYSTEM_NAME STREQUAL Windows) set (qpidd_platform_SOURCES posix/QpiddBroker.cpp ) - - set (qpidmessaging_platform_SOURCES - ) endif (CMAKE_SYSTEM_NAME STREQUAL Windows) set (qpidcommon_SOURCES @@ -1234,7 +1227,6 @@ set_source_files_properties( COMPILE_FLAGS "${HIDE_SYMBOL_FLAGS}") set (qpidmessaging_SOURCES - ${qpidmessaging_platform_SOURCES} ${qpidmessaging_SOURCES_hidden} qpid/messaging/Address.cpp qpid/messaging/AddressParser.cpp # The functions in here are not in the public interface, but qmf uses them -- cgit v1.2.1