diff options
Diffstat (limited to 'gralloc/gr_buf_mgr.cpp')
-rw-r--r-- | gralloc/gr_buf_mgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gralloc/gr_buf_mgr.cpp b/gralloc/gr_buf_mgr.cpp index 96a9463a..0b62ba40 100644 --- a/gralloc/gr_buf_mgr.cpp +++ b/gralloc/gr_buf_mgr.cpp @@ -506,7 +506,6 @@ static void getComponentSizeAndOffset(int32_t format, PlaneLayoutComponent &comp } break; default: - ALOGE("Offset and size in bits unknown for format %d", format); break; } } |