diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nimpb/wkt/struct_pb.nim | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
