Delete sub-submodules from imported openXC project
[apps/low-level-can-service.git] / CAN-binder / libs / openxc-message-format / libs / nanopb / tests / options / proto3_options.proto
diff --git a/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/options/proto3_options.proto b/CAN-binder/libs/openxc-message-format/libs/nanopb/tests/options/proto3_options.proto
deleted file mode 100644 (file)
index 1017f04..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-syntax = "proto3";
-
-import "nanopb.proto";
-
-message Message1
-{
-    int32 proto3_default = 1;
-    int32 proto3_off = 2 [(nanopb).proto3 = false];
-    int32 proto3_on = 3 [(nanopb).proto3 = true];
-}
-