diff options
Diffstat (limited to 'src/events_ds.cc')
-rw-r--r-- | src/events_ds.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/events_ds.cc b/src/events_ds.cc index 9edbe16..1d86b0a 100644 --- a/src/events_ds.cc +++ b/src/events_ds.cc @@ -28,8 +28,6 @@ #include <type_traits> -// TODO: we assume that we add a group in one batch without deleting anything in-between!!! - void EventsDS::remove(EventID event_id) { const auto& event_info = id_to_info.get(event_id); |