aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/php/src/Google/Protobuf/Syntax.php
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/php/src/Google/Protobuf/Syntax.php')
-rw-r--r--third_party/protobuf/3.6.0/php/src/Google/Protobuf/Syntax.php27
1 files changed, 0 insertions, 27 deletions
diff --git a/third_party/protobuf/3.6.0/php/src/Google/Protobuf/Syntax.php b/third_party/protobuf/3.6.0/php/src/Google/Protobuf/Syntax.php
deleted file mode 100644
index 3a52dc9e1c..0000000000
--- a/third_party/protobuf/3.6.0/php/src/Google/Protobuf/Syntax.php
+++ /dev/null
@@ -1,27 +0,0 @@
-<?php
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: google/protobuf/type.proto
-
-namespace Google\Protobuf;
-
-/**
- * The syntax in which a protocol buffer element is defined.
- *
- * Protobuf type <code>google.protobuf.Syntax</code>
- */
-class Syntax
-{
- /**
- * Syntax `proto2`.
- *
- * Generated from protobuf enum <code>SYNTAX_PROTO2 = 0;</code>
- */
- const SYNTAX_PROTO2 = 0;
- /**
- * Syntax `proto3`.
- *
- * Generated from protobuf enum <code>SYNTAX_PROTO3 = 1;</code>
- */
- const SYNTAX_PROTO3 = 1;
-}
-