aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/converter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/lua/converter.h')
-rw-r--r--src/nvim/lua/converter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/lua/converter.h b/src/nvim/lua/converter.h
index 8601a32418..43a7e06019 100644
--- a/src/nvim/lua/converter.h
+++ b/src/nvim/lua/converter.h
@@ -11,7 +11,6 @@
typedef struct {
LuaRef func_ref;
- LuaRef table_ref;
} LuaCallable;
typedef struct {