summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/GedcomRecord.php')
-rw-r--r--app/GedcomRecord.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/GedcomRecord.php b/app/GedcomRecord.php
index e9a32d088b..8ddebdde83 100644
--- a/app/GedcomRecord.php
+++ b/app/GedcomRecord.php
@@ -34,21 +34,16 @@ use Illuminate\Support\Collection;
use function addcslashes;
use function app;
use function array_combine;
-use function array_filter;
use function array_keys;
use function array_map;
-use function array_merge;
use function array_search;
use function array_shift;
-use function array_values;
use function assert;
use function count;
use function date;
use function e;
use function explode;
-use function implode;
use function in_array;
-use function max;
use function md5;
use function preg_match;
use function preg_match_all;
@@ -59,13 +54,9 @@ use function range;
use function route;
use function str_contains;
use function str_pad;
-use function str_repeat;
-use function str_starts_with;
use function strtoupper;
-use function substr_count;
use function trim;
-use const ARRAY_FILTER_USE_KEY;
use const PHP_INT_MAX;
use const PREG_SET_ORDER;
use const STR_PAD_LEFT;