mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
remove C part in source code
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(MSGPACK_USE_BOOST)
|
||||
|
||||
TEST(MSGPACK_BOOST, pack_convert_nil)
|
||||
{
|
||||
std::stringstream ss;
|
||||
@@ -187,5 +185,3 @@ TEST(MSGPACK_BOOST, pack_convert_no_def_con)
|
||||
}
|
||||
|
||||
#endif // !defined(MSGPACK_USE_CPP03
|
||||
|
||||
#endif // defined(MSGPACK_USE_BOOST)
|
||||
|
Reference in New Issue
Block a user