summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.cpp')
-rw-r--r--Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.cpp b/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.cpp
deleted file mode 100644
index 15253411a16..00000000000
--- a/Build/source/utils/asymptote/LspCpp/LibLsp/JsonRpc/GCThreadContext.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#include "GCThreadContext.h"
-#include <iostream>
-
-GCThreadContext::GCThreadContext()
-{
-#ifdef USEGC
- GC_get_stack_base(&gsb);
- GC_register_my_thread(&gsb);
-#endif
-}
-
-GCThreadContext::~GCThreadContext()
-{
-#ifdef USEGC
- GC_unregister_my_thread();
-#endif
-} \ No newline at end of file