Commit 10234b07 authored by abadc0de's avatar abadc0de

Remove dead code

parent 36a83e14
......@@ -3979,7 +3979,6 @@ static int lsp(struct mg_connection *conn, const char *path,
if (p[j] == '\n') ++lualines;
if (p[j] == '?' && p[j + 1] == '>') {
mg_write(conn, p + pos, i - pos);
//lua_settop(L, 0);
lua_pushlightuserdata(L, conn);
lua_pushcclosure(L, lsp_mg_error, 1);
snprintf (chunkname, sizeof(chunkname), "@%s+%i", path, lines);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment