From 157a86433c3af4bde01a3d8fef473cc3b8c6e3d6 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Mon, 27 Mar 2023 20:17:00 +0200 Subject: [PATCH] fix: remove test --- src/FunctionFlags.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/FunctionFlags.php b/src/FunctionFlags.php index d262076..54c17b1 100644 --- a/src/FunctionFlags.php +++ b/src/FunctionFlags.php @@ -125,7 +125,6 @@ // Check if flag is set within instance scope private function inst_isset(int $flag): bool|null { - $test = $this::static_isset($flag); // Filter flags that belong to this scope return in_array($this::static_isset($flag), $this->flags); }