aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/Pl_RC4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libqpdf/Pl_RC4.cc')
-rw-r--r--libqpdf/Pl_RC4.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libqpdf/Pl_RC4.cc b/libqpdf/Pl_RC4.cc
index b8d9645a..6f04ab62 100644
--- a/libqpdf/Pl_RC4.cc
+++ b/libqpdf/Pl_RC4.cc
@@ -15,10 +15,6 @@ Pl_RC4::Pl_RC4(
this->outbuf = QUtil::make_shared_array<unsigned char>(out_bufsize);
}
-Pl_RC4::~Pl_RC4()
-{
-}
-
void
Pl_RC4::write(unsigned char* data, size_t len)
{