aboutsummaryrefslogtreecommitdiff
path: root/src/ics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ics.ml')
-rw-r--r--src/ics.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ics.ml b/src/ics.ml
index 0f8c7d6..5afff39 100644
--- a/src/ics.ml
+++ b/src/ics.ml
@@ -1,5 +1,5 @@
(*
- * Copyright (C) 2020, 2021 Alban Gruin
+ * Copyright (C) 2020 -- 2022 Alban Gruin
*
* ucs is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
@@ -77,7 +77,6 @@ end
type t = Event.t list
-let make events = events
let filter_groups groups =
List.filter (Event.has_groups groups)