1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Remove dependency on Boost (unused)

Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
This commit is contained in:
Zachary Michaels 2019-11-21 09:35:26 -08:00 committed by Zachary Michaels
parent 22a104a70c
commit ad3897cc8f
2 changed files with 0 additions and 3 deletions

View File

@ -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>

View File

@ -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