diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 23:20:36 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 23:20:36 +0200 |
commit | 81b341a9b37acae2b60e0334a9b0846bc5be8445 (patch) | |
tree | b998e480ac1971ea93101510438ba1e87d9db82a /devtools | |
parent | ddf29811b2d95bdf8385b9eb85519332b69344ca (diff) | |
download | UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar.gz UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar.lz UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.tar.xz UXP-81b341a9b37acae2b60e0334a9b0846bc5be8445.zip |
Clean up a number of unused variables.
Tag #21.
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/shared/heapsnapshot/HeapSnapshot.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devtools/shared/heapsnapshot/HeapSnapshot.cpp b/devtools/shared/heapsnapshot/HeapSnapshot.cpp index ef0bde948..b7b20dc17 100644 --- a/devtools/shared/heapsnapshot/HeapSnapshot.cpp +++ b/devtools/shared/heapsnapshot/HeapSnapshot.cpp @@ -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); |