aboutsummaryrefslogtreecommitdiff
path: root/zencore/filesystem.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-16 16:45:43 +0200
committerMartin Ridgers <[email protected]>2021-09-16 16:45:43 +0200
commitc5fd2c4eff0036e7194b7260023a95f17a79d936 (patch)
tree5127d3c6e80d67f568cf33b36155aca1427b1e7c /zencore/filesystem.cpp
parentMake sure RootDir argument to formatted-print is a UTF8 string (diff)
downloadzen-c5fd2c4eff0036e7194b7260023a95f17a79d936.tar.xz
zen-c5fd2c4eff0036e7194b7260023a95f17a79d936.zip
Deleted unused FilePath variable
Diffstat (limited to 'zencore/filesystem.cpp')
-rw-r--r--zencore/filesystem.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/zencore/filesystem.cpp b/zencore/filesystem.cpp
index c58813152..dca1bf6ff 100644
--- a/zencore/filesystem.cpp
+++ b/zencore/filesystem.cpp
@@ -686,8 +686,6 @@ FileSystemTraversal::TraverseFileSystem(const std::filesystem::path& RootDir, Tr
}
else
{
- std::filesystem::path FullPath = RootDir / FileName;
-
Visitor.VisitFile(RootDir, FileName, DirInfo->EndOfFile.QuadPart);
}