summaryrefslogtreecommitdiff
path: root/upb/bindings/lua
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-07-24 09:04:46 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-07-24 09:04:46 -0700
commitd493500abc6def6b62d664990ed821e0a836a6cf (patch)
tree1ceb65e6866ee63612dd73363944a0fc99a65550 /upb/bindings/lua
parent47b5e0968aa0ec47f522ba357c159b2450645806 (diff)
Sync from Google-internal development.
Diffstat (limited to 'upb/bindings/lua')
-rw-r--r--upb/bindings/lua/upb/descriptor.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/upb/bindings/lua/upb/descriptor.c b/upb/bindings/lua/upb/descriptor.c
deleted file mode 100644
index 9915e11..0000000
--- a/upb/bindings/lua/upb/descriptor.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2009 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- *
- * A Lua extension for upb/descriptor.
- */
-
-#include "upb/bindings/lua/upb.h"
-
-static const struct luaL_Reg toplevel_m[] = {
- {NULL, NULL}
-};
-
-int luaopen_upb_descriptor(lua_State *L) {
- lupb_newlib(L, "upb.descriptor", toplevel_m);
-
- return 1; // Return package table.
-}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback