aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_LZWDecoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_LZWDecoder.cc')
-rw-r--r--libqpdf/Pl_LZWDecoder.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libqpdf/Pl_LZWDecoder.cc b/libqpdf/Pl_LZWDecoder.cc
index 34ed1bd7..68caa5c9 100644
--- a/libqpdf/Pl_LZWDecoder.cc
+++ b/libqpdf/Pl_LZWDecoder.cc
@@ -22,10 +22,6 @@ Pl_LZWDecoder::Pl_LZWDecoder(
memset(buf, 0, 3);
}
-Pl_LZWDecoder::~Pl_LZWDecoder()
-{
-}
-
void
Pl_LZWDecoder::write(unsigned char* bytes, size_t len)
{