From 40d53c64338fc0299c810e72475e539d5d50f2a5 Mon Sep 17 00:00:00 2001 From: Andrei Vlad LUTAS Date: Thu, 22 Feb 2024 15:03:15 +0200 Subject: [PATCH] Removed unused declaration. --- bdshemu/include/bdshemu_common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bdshemu/include/bdshemu_common.h b/bdshemu/include/bdshemu_common.h index b7f77a4..15564bd 100644 --- a/bdshemu/include/bdshemu_common.h +++ b/bdshemu/include/bdshemu_common.h @@ -164,9 +164,4 @@ ShemuDisplayMemValue( ND_BOOL Load ); -ND_BOOL -ShemuIsImmMetasploitHash( - ND_UINT64 Value - ); - #endif // BDSHEMU_COMMON_H_ \ No newline at end of file