mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Fix an unused variable introduced in rL374955 / rG21703543.
Even though this is a unit test, it still may be run under optimization. llvm-svn: 374961
This commit is contained in:
parent
e9099f11c4
commit
001ec3eb3a
@ -143,6 +143,7 @@ public:
|
||||
Path.toVector(P);
|
||||
std::error_code EC = makeAbsolute(P);
|
||||
assert(!EC);
|
||||
(void)EC;
|
||||
return FilesAndDirs.find(P.str());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user