From b895038b026a7d31d20a7bba46e79cd2b8c0db58 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 15 Sep 2024 07:01:18 +1000 Subject: igs/xamcu.cpp: Removed vestigial helper function. --- src/mame/igs/xamcu.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mame/igs/xamcu.cpp b/src/mame/igs/xamcu.cpp index 497192181a6..c7dd19a8d49 100644 --- a/src/mame/igs/xamcu.cpp +++ b/src/mame/igs/xamcu.cpp @@ -12,12 +12,6 @@ namespace { -template -constexpr bool posedge(T old, T val, unsigned bit) -{ - return bool(BIT(~old & val, bit)); -} - template constexpr bool negedge(T old, T val, unsigned bit) { -- cgit v1.2.3