Delete sub-submodules from imported openXC project
[apps/low-level-can-service.git] / CAN-binder / libs / openxc-message-format / libs / nanopb / tests / regression / issue_229 / multiple_oneof.proto
diff --git a/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/regression/issue_229/multiple_oneof.proto b/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/regression/issue_229/multiple_oneof.proto
deleted file mode 100644 (file)
index 22373e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-syntax = "proto2";
-
-message MainMessage {
-    oneof oneof1 {
-        uint32 oneof1_uint32 = 1;
-    }
-    oneof oneof2 {
-        uint32 oneof2_uint32 = 2;
-    }
-}
-