Skip to content

Commit

Permalink
Remove version check in proccontrol/PCProcess.h
Browse files Browse the repository at this point in the history
We require at least version 1.70.0 now
  • Loading branch information
hainest committed Nov 30, 2022
1 parent 5faa0e0 commit 4dc5e5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proccontrol/h/PCProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@
#include "boost/enable_shared_from_this.hpp"
#include "boost/version.hpp"

#if BOOST_VERSION >= 107000
#define CHECKED_DELETE_NOEXCEPT BOOST_NOEXCEPT
#else
#define CHECKED_DELETE_NOEXCEPT
#endif



Expand Down

0 comments on commit 4dc5e5a

Please sign in to comment.