Skip to content

Commit 7720383

Browse files
authored
Revert "librrgraph: add array operator"
1 parent 0c2672e commit 7720383

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/librrgraph/src/base/rr_graph_storage.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ class edge_sort_iterator {
173173
return &this->swapper_;
174174
}
175175

176-
edge_swapper& operator[](ssize_t n) const {
177-
return *(*this + n);
178-
}
179-
180176
edge_sort_iterator& operator+=(ssize_t n) {
181177
swapper_.idx_ += n;
182178
return *this;

0 commit comments

Comments
 (0)