diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-18 15:22:39 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-19 06:42:05 +0000 |
commit | 727d4dbebaf947593ce5caae6915238c8c4f3da2 (patch) | |
tree | 65aba50668cc9a4a46750e63323bfa26f5f482f3 /package | |
parent | 808c2b9ff52bea3c1e0580e7ac2aa75406d6e2d1 (diff) |
loplugin:unusedmethods in package to rsc
Change-Id: I61c6f56a69891d656a41d3617d0ce2b34d848c84
Reviewed-on: https://gerrit.libreoffice.org/25108
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/MemoryByteGrabber.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx index 18112625fd46..2beb8f5eccb7 100644 --- a/package/source/zipapi/MemoryByteGrabber.hxx +++ b/package/source/zipapi/MemoryByteGrabber.hxx @@ -37,9 +37,6 @@ public: , mnEnd ( rBuffer.getLength() ) { } - MemoryByteGrabber() - { - } const sal_Int8 * getCurrentPos () { return mpBuffer + mnCurrent; } // XInputStream chained |