aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-10-22 09:10:33 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-10-22 09:10:33 -0700
commit47c1a53a3fb7e96ba1930bdb6d8eff5302e85653 (patch)
treee93ad1f5402bb8ac247bb86087ca9cdefa6aa09c /src/php
parentbdf0a3ed5e099aab8eb19993fd4f8e445ba5fec1 (diff)
php: remove unused file
Diffstat (limited to 'src/php')
-rwxr-xr-xsrc/php/tests/interop/message_set.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/php/tests/interop/message_set.php b/src/php/tests/interop/message_set.php
deleted file mode 100755
index c35c6d74b2..0000000000
--- a/src/php/tests/interop/message_set.php
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-// DO NOT EDIT! Generated by Protobuf-PHP protoc plugin 1.0
-// Source: net/proto2/bridge/proto/message_set.proto
-// Date: 2014-12-03 22:02:20
-
-namespace proto2\bridge {
-
- class MessageSet extends \DrSlump\Protobuf\Message {
-
-
- /** @var \Closure[] */
- protected static $__extensions = array();
-
- public static function descriptor()
- {
- $descriptor = new \DrSlump\Protobuf\Descriptor(__CLASS__, 'proto2.bridge.MessageSet');
-
- foreach (self::$__extensions as $cb) {
- $descriptor->addField($cb(), true);
- }
-
- return $descriptor;
- }
- }
-}
-