aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/ConstBuffer.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/ConstBuffer.hxx b/src/util/ConstBuffer.hxx
index bd3c405e5..35cffecc2 100644
--- a/src/util/ConstBuffer.hxx
+++ b/src/util/ConstBuffer.hxx
@@ -109,10 +109,6 @@ struct ConstBuffer {
constexpr const_iterator cend() const {
return data + size;
}
-
- constexpr operator ConstBuffer<void>() const {
- return { data, size };
- }
};
#endif