aboutsummaryrefslogtreecommitdiff
path: root/src/nameof.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nameof.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nameof.cpp b/src/nameof.cpp
index a33c2e5..3c82603 100644
--- a/src/nameof.cpp
+++ b/src/nameof.cpp
@@ -206,4 +206,3 @@ LUAG_FUNC(nameof)
206 lua_replace(L_, -3); // L_: "type" "result" 206 lua_replace(L_, -3); // L_: "type" "result"
207 return 2; 207 return 2;
208} 208}
209