Skip to content

Commit 01476b3

Browse files
committed
Fix another value is never read warning
1 parent e2a5db6 commit 01476b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/intern/dwgutil.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ void dwgCompressor::decompress18(duint8 *cbuf, duint8 *dbuf, duint32 csize, duin
174174
compOffset = twoByteOffset(&litCount);
175175
if (litCount == 0)
176176
litCount= litLength18();
177-
else
178-
oc = 0x00;
179177
} else if (oc > 0x20 && oc< 0x40){
180178
compBytes = oc - 0x1E;
181179
compOffset = twoByteOffset(&litCount);

0 commit comments

Comments
 (0)