summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
Diffstat (limited to 'src/context')
-rw-r--r--src/context/cdlist.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/context/cdlist.h b/src/context/cdlist.h
index 9d7709589..1630fa586 100644
--- a/src/context/cdlist.h
+++ b/src/context/cdlist.h
@@ -389,11 +389,6 @@ public:
return const_iterator(d_it + off);
}
- /** operator+ */
- const_iterator operator+(long unsigned int off) const {
- return const_iterator(d_it + off);
- }
-
// Postfix operations on iterators: requires a Proxy object to
// hold the intermediate value for dereferencing
class Proxy {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback