Comment out unused insertion operators.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
friend ostream& operator<<(ostream& os, const obj_rec& rec);
};
+ /* Unused
ostream& operator<<(ostream& os, const obj_rec& rec)
{
RGWFileHandle* rgw_fh = rec.rgw_fh;
}
return os;
}
-
+ */
+
std::stack<obj_rec> obj_stack;
std::deque<obj_rec> cleanup_queue;
: obj(_obj), st(_st) {}
};
+ /* Unused
ostream& operator<<(ostream& os, const obj_rec_st& rec)
{
RGWFileHandle* rgw_fh = rec.obj.rgw_fh;
}
return os;
}
+ */
bool do_marker1 = false;
bool do_marker2 = true;