Skip to content

Commit

Permalink
Merge pull request #1007 from leapmotion/cleanup-threadpool
Browse files Browse the repository at this point in the history
Remove unused ThreadPool header references
  • Loading branch information
yeswalrus committed Oct 17, 2016
2 parents af9e1bd + f44b9e7 commit 7aeb093
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/autowiring/CoreContext.cpp
Expand Up @@ -6,10 +6,8 @@
#include "CoreThread.h"
#include "demangle.h"
#include "GlobalCoreContext.h"
#include "ManualThreadPool.h"
#include "MicroBolt.h"
#include "NullPool.h"
#include "SystemThreadPool.h"
#include "thread_specific_ptr.h"
#include <cassert>
#include <sstream>
Expand Down
1 change: 0 additions & 1 deletion src/autowiring/GlobalCoreContext.cpp
@@ -1,7 +1,6 @@
// Copyright (C) 2012-2016 Leap Motion, Inc. All rights reserved.
#include "stdafx.h"
#include "GlobalCoreContext.h"
#include "SystemThreadPool.h"
#include <cassert>

GlobalCoreContext::GlobalCoreContext(void):
Expand Down

0 comments on commit 7aeb093

Please sign in to comment.