From 9296405a2e15c07b5a8b7a002a2fa082232d559b Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 29 Sep 2022 14:12:15 -0400 Subject: Split out MemoryFileSystem (#2422) * #include an absolute path didn't work - because paths were taken to always be relative. * Remove ref count for Entry in RiffFileSystem. Free up backing Entry types (to work around Dictionary not doing this). * Some small improvements to RiffFileSystem. * Add testing for file systems. * Split out MemoryFileSystem. * Add some documentation around different FileSystems. * Small tiry up - removing unused headers, fixing some comments. Use StringBlob::moveCreate where appropriate. * Small improvement to MemoryFileSystem. Improve documentation comments a little. --- source/core/slang-archive-file-system.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/core/slang-archive-file-system.cpp') diff --git a/source/core/slang-archive-file-system.cpp b/source/core/slang-archive-file-system.cpp index 98c995d23..88093239b 100644 --- a/source/core/slang-archive-file-system.cpp +++ b/source/core/slang-archive-file-system.cpp @@ -6,8 +6,6 @@ #include "slang-io.h" #include "slang-string-util.h" #include "slang-blob.h" -#include "slang-string-slice-pool.h" -#include "slang-uint-set.h" #include "slang-riff-file-system.h" -- cgit v1.2.3