Skip to content

Commit

Permalink
Removing unused boost thread object.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jun 29, 2018
1 parent 561bb27 commit b6c5622
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/apex/profiler_listener.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#include <memory>
#include <unordered_map>
#include <unordered_set>
#ifdef APEX_HAVE_HPX
#include <boost/thread.hpp>
#endif

#include "profile.hpp"
#include "thread_instance.hpp"
Expand Down Expand Up @@ -119,9 +116,7 @@ class profiler_listener : public event_listener {
std::vector<std::string> metric_names;
void initialize_PAPI(bool first_time);
#endif
#ifdef APEX_HAVE_HPX
boost::thread * consumer_thread;
#else
#ifndef APEX_HAVE_HPX
std::thread * consumer_thread;
#endif
semaphore queue_signal;
Expand Down

0 comments on commit b6c5622

Please sign in to comment.