summarylogtreecommitdiffstats
path: root/missingOp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'missingOp.patch')
-rw-r--r--missingOp.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/missingOp.patch b/missingOp.patch
deleted file mode 100644
index 1e1d8d628d1e..000000000000
--- a/missingOp.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- dbCellMapping.cc.o 2018-05-11 11:46:36.416064830 -0400
-+++ dbCellMapping.cc 2018-05-11 11:47:02.921846210 -0400
-@@ -75,6 +75,12 @@
- return *this;
- }
-
-+ SortedCellIndexIterator &operator--()
-+ {
-+ --m_n;
-+ return *this;
-+ }
-+
- SortedCellIndexIterator &operator+=(size_t n)
- {
- m_n += n;