From e1b164fa2bd10d5662c65ed930416d2f911c12e1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 1 Apr 2025 01:03:56 -0400 Subject: [SharedCache] Fix some bugs --- view/sharedcache/core/Utility.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'view/sharedcache/core/Utility.h') diff --git a/view/sharedcache/core/Utility.h b/view/sharedcache/core/Utility.h index 86715557..e6f272e7 100644 --- a/view/sharedcache/core/Utility.h +++ b/view/sharedcache/core/Utility.h @@ -36,9 +36,6 @@ uint64_t readValidULEB128(const uint8_t*& current, const uint8_t* end); void ApplySymbol(BinaryNinja::Ref view, BinaryNinja::Ref typeLib, BinaryNinja::Ref symbol); -// Returns the on disk file for a given path, this is required to support project files. -std::string ResolveFilePath(BinaryNinja::Ref dscView, const std::string& path); - // Returns the "image name" for a given path. // /blah/foo/bar/libObjCThing.dylib -> libObjCThing.dylib std::string BaseFileName(const std::string& path); -- cgit v1.3.1