From 7ecaaee4b9e445fcf44b9718d496671cdf876d9f Mon Sep 17 00:00:00 2001 From: Jonathan Marsden Date: Thu, 29 Jan 2015 10:58:42 -0800 Subject: [PATCH] Remove empty source file --- src/autowiring/CMakeLists.txt | 8 -------- src/autowiring/uuid.cpp | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 src/autowiring/uuid.cpp diff --git a/src/autowiring/CMakeLists.txt b/src/autowiring/CMakeLists.txt index 833e34c56..a0be966e2 100644 --- a/src/autowiring/CMakeLists.txt +++ b/src/autowiring/CMakeLists.txt @@ -171,14 +171,6 @@ add_conditional_sources( ${PROJECT_SOURCE_DIR}/contrib/autoboost/libs/thread/src/future.cpp ) -if(NOT APPLE) - # avoid warning: has no symbols - set(Autowiring_SRCS - ${Autowiring_SRCS} - uuid.cpp - ) -endif() - add_windows_sources(Autowiring_SRCS CoreThreadWin.cpp InterlockedExchangeWin.cpp diff --git a/src/autowiring/uuid.cpp b/src/autowiring/uuid.cpp deleted file mode 100644 index e824d8c99..000000000 --- a/src/autowiring/uuid.cpp +++ /dev/null @@ -1,3 +0,0 @@ -// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved. -#include "stdafx.h" -#include "uuid.h"