Skip to content

Commit 11d7ec2

Browse files
cco3Android Code Review
authored andcommitted
Merge "Removing unnecessary computation."
2 parents e41d2ae + 5a16346 commit 11d7ec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

telephony/java/com/android/internal/telephony/IccUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ public static Bitmap parseToRGB(byte[] data, int length,
446446
int colorNumber = data[valueIndex++] & 0xFF;
447447
int clutOffset = ((data[valueIndex++] & 0xFF) << 8)
448448
| (data[valueIndex++] & 0xFF);
449-
length = length - 6;
450449

451450
int[] colorIndexArray = getCLUT(data, clutOffset, colorNumber);
452451
if (true == transparency) {

0 commit comments

Comments
 (0)