summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang.cpp')
-rw-r--r--source/slang/slang.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp
index d315570f5..ab717536c 100644
--- a/source/slang/slang.cpp
+++ b/source/slang/slang.cpp
@@ -125,9 +125,7 @@ void Session::init()
getNamePool()->setRootNamePool(getRootNamePool());
m_sharedLibraryLoader = DefaultSharedLibraryLoader::getSingleton();
- // Set all the shared library function pointers to nullptr
- ::memset(m_sharedLibraryFunctions, 0, sizeof(m_sharedLibraryFunctions));
-
+
// Set up shared AST builder
m_sharedASTBuilder = new SharedASTBuilder;
m_sharedASTBuilder->init(this);