aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php')
-rw-r--r--third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php29
1 files changed, 0 insertions, 29 deletions
diff --git a/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php b/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
deleted file mode 100644
index f59f20be11..0000000000
--- a/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions_CType.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: google/protobuf/descriptor.proto
-
-namespace Google\Protobuf\Internal;
-
-/**
- * Protobuf enum <code>google.protobuf.FieldOptions.CType</code>
- */
-class FieldOptions_CType
-{
- /**
- * <pre>
- * Default mode.
- * </pre>
- *
- * <code>STRING = 0;</code>
- */
- const STRING = 0;
- /**
- * <code>CORD = 1;</code>
- */
- const CORD = 1;
- /**
- * <code>STRING_PIECE = 2;</code>
- */
- const STRING_PIECE = 2;
-}
-