diff options
Diffstat (limited to 'test_msgpack.cc')
| -rw-r--r-- | test_msgpack.cc | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/test_msgpack.cc b/test_msgpack.cc index 1204b05..70cf1c8 100644 --- a/test_msgpack.cc +++ b/test_msgpack.cc @@ -7,7 +7,6 @@   *   */  #include <msgpack.hpp> -#include <msgpack/fbuffer.h>  #include <msgpack/fbuffer.hpp>  using namespace std; @@ -58,9 +57,8 @@ struct Hg {    Vector weights;    vector<Node> nodes;    vector<Edge> edges; -  vector<string> rules; -  MSGPACK_DEFINE(weights, nodes, edges, rules); +  MSGPACK_DEFINE(weights, nodes, edges);  };  int | 
