summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.h')
-rw-r--r--Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.h b/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.h
deleted file mode 100644
index a0f7db288d4..00000000000
--- a/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#if defined(USEGC)
-#define GC_THREADS
-#include <gc.h>
-#endif
-
-class GCThreadContext
-{
-public:
- GCThreadContext();
- ~GCThreadContext();
-
-private:
-#if defined(USEGC)
- GC_stack_base gsb;
-#endif
-
-}; \ No newline at end of file