summaryrefslogtreecommitdiff
path: root/ext/rpc/com/com.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/rpc/com/com.c')
-rw-r--r--ext/rpc/com/com.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ext/rpc/com/com.c b/ext/rpc/com/com.c
deleted file mode 100644
index c481e653ec..0000000000
--- a/ext/rpc/com/com.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stdio.h>
-#include "../handler.h"
-#include "../php_rpc.h"
-
-RPC_REGISTER_HANDLERS(com)
-
-RPC_FUNCTION_ENTRY_START(com)
-RPC_FUNCTION_ENTRY_END()
-
-RPC_INIT_FUNCTION(com) {
-}