aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Integration/GenericResponse.proto
diff options
context:
space:
mode:
Diffstat (limited to 'Software/PMR/Messages/Integration/GenericResponse.proto')
-rw-r--r--Software/PMR/Messages/Integration/GenericResponse.proto10
1 files changed, 0 insertions, 10 deletions
diff --git a/Software/PMR/Messages/Integration/GenericResponse.proto b/Software/PMR/Messages/Integration/GenericResponse.proto
deleted file mode 100644
index 4d8151c58..000000000
--- a/Software/PMR/Messages/Integration/GenericResponse.proto
+++ /dev/null
@@ -1,10 +0,0 @@
-syntax = "proto3";
-
-package Tango.PMR.Integration;
-option java_package = "com.twine.tango.pmr.integration";
-
-message GenericResponse
-{
- string Type = 1;
- bytes Data = 2;
-} \ No newline at end of file