1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00

Clean up a number of unused variables.

Tag #21.
This commit is contained in:
wolfbeast
2018-09-29 23:20:36 +02:00
committed by Roy Tam
parent 1f4a5663e9
commit 57251fc4e7
9 changed files with 0 additions and 77 deletions
@@ -1616,8 +1616,6 @@ ThreadSafeChromeUtils::ReadHeapSnapshot(GlobalObject& global,
const nsAString& filePath,
ErrorResult& rv)
{
auto start = TimeStamp::Now();
UniquePtr<char[]> path(ToNewCString(filePath));
if (!path) {
rv.Throw(NS_ERROR_OUT_OF_MEMORY);