Skip to content

Commit d998bb4

Browse files
committed
value stored never read
1 parent 1a65995 commit d998bb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librawspeed/tiff/CiffEntry.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ CiffEntry::CiffEntry(NORangesSet<Buffer>* valueDatas,
5656
ThrowCPE("Two valueData's overlap. Raw corrupt!");
5757
break;
5858
case 0x4000:
59-
// Data is stored directly in entry
60-
data_offset = dirEntry.getPosition();
6159
// Maximum of 8 bytes of data (the size and offset fields)
6260
bytesize = 8;
6361
data = dirEntry.getStream(bytesize);

0 commit comments

Comments
 (0)