Skip to content

Commit

Permalink
Remove dependency on Boost (unused)
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Michaels <[email protected]>
  • Loading branch information
zmichaels11 committed Nov 21, 2019
1 parent 22a104a commit ad3897c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<buildtool_depend>ament_cmake</buildtool_depend>

<test_depend>ament_cmake_gmock</test_depend>
<test_depend>boost</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
2 changes: 0 additions & 2 deletions tests/unix_serial_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ void loop()
#include <string>
#include "gtest/gtest.h"

#include <boost/bind.hpp>

// Use FRIEND_TEST... its not as nasty, thats what friends are for
// // OMG this is so nasty...
// #define private public
Expand Down

0 comments on commit ad3897c

Please sign in to comment.