From d493500abc6def6b62d664990ed821e0a836a6cf Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Thu, 24 Jul 2014 09:04:46 -0700 Subject: Sync from Google-internal development. --- upb/bindings/lua/upb/descriptor.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 upb/bindings/lua/upb/descriptor.c (limited to 'upb/bindings/lua') 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 - * - * 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. -} -- cgit v1.2.3