From 2b479fa7824a5f7d883035e2899a56881c9ee0d5 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 4 Apr 2018 20:12:28 +0300 Subject: Don't generate types for Maps --- src/nimpb/wkt/struct_pb.nim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/nimpb/wkt/struct_pb.nim b/src/nimpb/wkt/struct_pb.nim index 9b87501..b4c0c76 100644 --- a/src/nimpb/wkt/struct_pb.nim +++ b/src/nimpb/wkt/struct_pb.nim @@ -13,11 +13,6 @@ type google_protobuf_StructObj* = object of RootObj hasField: IntSet fields: TableRef[string, google_protobuf_Value] - google_protobuf_Struct_FieldsEntry* = ref google_protobuf_Struct_FieldsEntryObj - google_protobuf_Struct_FieldsEntryObj* = object of RootObj - hasField: IntSet - key: string - value: google_protobuf_Value google_protobuf_Value* = ref google_protobuf_ValueObj google_protobuf_ValueObj* = object of RootObj hasField: IntSet -- cgit v1.2.3