Commit ce905fed authored by Dominik Charousset's avatar Dominik Charousset

Remove dead code

parent 50d72020
...@@ -71,24 +71,8 @@ using namespace caf; ...@@ -71,24 +71,8 @@ using namespace caf;
namespace { namespace {
struct struct_a {
int x;
int y;
};
struct struct_b {
struct_a a;
int z;
list<int> ints;
};
using strmap = map<string, u16string>; using strmap = map<string, u16string>;
struct struct_c {
strmap strings;
set<int> ints;
};
struct raw_struct { struct raw_struct {
string str; string str;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment