Bug 663803 - Part 4: Remove unused vars causing build failures. r=trivial

This commit is contained in:
Michael Comella
2015-01-27 19:13:24 -08:00
parent 646548fe2a
commit f44b6e48c4
2 changed files with 1 additions and 4 deletions

View File

@@ -1715,10 +1715,7 @@ nsresult
AndroidBridge::CaptureZoomedView (nsIDOMWindow *window, nsIntRect zoomedViewRect, Object::Param buffer,
float zoomFactor) {
nsresult rv;
struct timeval timeEnd;
struct timeval timeEndAfter;
struct timeval timeStart;
struct timeval res;
gettimeofday (&timeStart, NULL);
if (!buffer)