From 750b5235af158822600e0451d2659344344a5baa Mon Sep 17 00:00:00 2001 From: Max Loeb Date: Wed, 27 Sep 2023 17:35:35 -0700 Subject: [PATCH] remove unused --- lib/Connection.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/Connection.php b/lib/Connection.php index e5ba4315..c43fc47f 100644 --- a/lib/Connection.php +++ b/lib/Connection.php @@ -474,14 +474,6 @@ public function init_sequence_name(Table $table): string return ''; } - /** - * Return SQL for getting the next value in a sequence. - */ - public function next_sequence_value(string $sequence_name): ?string - { - return null; - } - /** * @param array $sequence */