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.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/slang/slang.cpp b/source/slang/slang.cpp
index 0f53ffcd5..2852dd43e 100644
--- a/source/slang/slang.cpp
+++ b/source/slang/slang.cpp
@@ -1117,12 +1117,6 @@ SLANG_NO_THROW slang::IModule* SLANG_MCALL Linkage::loadModuleFromSource(
if (SLANG_SUCCEEDED(Path::getCanonical(pathStr, cannonicalPath)))
{
pathInfo = PathInfo::makeNormal(pathStr, cannonicalPath);
- ComPtr<ISlangBlob> uniqueIdentity;
- getFileSystemExt()->getFileUniqueIdentity(cannonicalPath.getBuffer(), uniqueIdentity.writeRef());
- if (uniqueIdentity && uniqueIdentity->getBufferSize() != 0)
- {
- pathInfo.uniqueIdentity = (char*)uniqueIdentity->getBufferPointer();
- }
}
}
auto module = loadModule(