Remove the 'offset' variable

not used.

Bug: 154346346
Test: presubmit
Signed-off-by: Roman Kiryanov <rkir@google.com>
Merged-In: I7dfcd5fd837e00d5c5504d140abd60b3b8f7ebc0
Change-Id: Ib77f1cbecb05d6ba59f12776d474ea501bacfc28
diff --git a/camera/jpeg-stub/Compressor.cpp b/camera/jpeg-stub/Compressor.cpp
index 02a05fd..9066dfc 100644
--- a/camera/jpeg-stub/Compressor.cpp
+++ b/camera/jpeg-stub/Compressor.cpp
@@ -85,7 +85,7 @@
     const uint8_t* cr[8];
     const uint8_t** planes[3] = { y, cb, cr };
 
-    int i, offset;
+    int i;
     int width = mCompressInfo.image_width;
     int height = mCompressInfo.image_height;
     const uint8_t* yPlanar = data;