1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove unneeded and problematic minilex.c from lws.

We don't need it, it's used upstream to test the lexical parser
This commit is contained in:
Fabio Alessandrelli
2018-03-01 16:42:58 +01:00
parent 4bb98348a8
commit 982fa59126
3 changed files with 1 additions and 274 deletions

View File

@@ -35,7 +35,6 @@ thirdparty_sources = [
"handshake.c",
"header.c",
"libwebsockets.c",
"minilex.c",
"output.c",
"pollfd.c",
"service.c",