aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.6.0/php/src/Google/Protobuf/NullValue.php
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.6.0/php/src/Google/Protobuf/NullValue.php')
-rw-r--r--third_party/protobuf/3.6.0/php/src/Google/Protobuf/NullValue.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/third_party/protobuf/3.6.0/php/src/Google/Protobuf/NullValue.php b/third_party/protobuf/3.6.0/php/src/Google/Protobuf/NullValue.php
deleted file mode 100644
index 482b80dde5..0000000000
--- a/third_party/protobuf/3.6.0/php/src/Google/Protobuf/NullValue.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: google/protobuf/struct.proto
-
-namespace Google\Protobuf;
-
-/**
- * `NullValue` is a singleton enumeration to represent the null value for the
- * `Value` type union.
- * The JSON representation for `NullValue` is JSON `null`.
- *
- * Protobuf type <code>google.protobuf.NullValue</code>
- */
-class NullValue
-{
- /**
- * Null value.
- *
- * Generated from protobuf enum <code>NULL_VALUE = 0;</code>
- */
- const NULL_VALUE = 0;
-}
-