summaryrefslogtreecommitdiff
path: root/graphics/asymptote/lspserv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/lspserv.cc')
-rw-r--r--graphics/asymptote/lspserv.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/asymptote/lspserv.cc b/graphics/asymptote/lspserv.cc
index 90dcc6961d..42f135b35f 100644
--- a/graphics/asymptote/lspserv.cc
+++ b/graphics/asymptote/lspserv.cc
@@ -22,10 +22,6 @@
#include "process.h"
#include "locate.h"
-#define GC_THREADS
-
-#include "gc.h"
-
#define REGISTER_REQ_FN(typ, fn) remoteEndPoint->registerHandler(\
[this](typ::request const& req) { return this->fn(req); });
#define REGISTER_NOTIF_FN(typ, handler) remoteEndPoint->registerHandler(\