aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nanopb/tests/message_sizes/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nanopb/tests/message_sizes/dummy.c')
-rw-r--r--third_party/nanopb/tests/message_sizes/dummy.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/nanopb/tests/message_sizes/dummy.c b/third_party/nanopb/tests/message_sizes/dummy.c
deleted file mode 100644
index 767ad463b8..0000000000
--- a/third_party/nanopb/tests/message_sizes/dummy.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Just test that the file can be compiled successfully. */
-
-#include "messages2.pb.h"
-
-int main()
-{
- return xmit_size;
-}
-