summaryrefslogtreecommitdiff
path: root/configmgr/source/pad.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/pad.cxx')
-rw-r--r--configmgr/source/pad.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/configmgr/source/pad.cxx b/configmgr/source/pad.cxx
index c8c7218b6d..a8169b271b 100644
--- a/configmgr/source/pad.cxx
+++ b/configmgr/source/pad.cxx
@@ -65,11 +65,6 @@ void Pad::clear() {
buffer_.setLength(0);
}
-bool Pad::is() const {
- OSL_ASSERT(!(span_.is() && buffer_.getLength() != 0));
- return span_.is() || buffer_.getLength() != 0;
-}
-
Span Pad::get() const {
OSL_ASSERT(!(span_.is() && buffer_.getLength() != 0));
if (span_.is()) {