summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/core/slang-file-system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/core/slang-file-system.h b/source/core/slang-file-system.h
index caf7ffc23..1a27ddc83 100644
--- a/source/core/slang-file-system.h
+++ b/source/core/slang-file-system.h
@@ -116,7 +116,6 @@ class CacheFileSystem: public ISlangFileSystemExt, public RefObject
PathInfo(const String& uniqueIdentity)
{
m_uniqueIdentity = new StringBlob(uniqueIdentity);
- m_uniqueIdentity->addRef();
m_loadFileResult = CompressedResult::Uninitialized;
m_getPathTypeResult = CompressedResult::Uninitialized;