]> git.feebdaed.xyz Git - 0xmirror/radare2.git/commitdiff
Remove unused variable
authorpancake <pancake@nopcode.org>
Wed, 10 Dec 2025 02:49:55 +0000 (02:49 +0000)
committerpancake <pancake@nopcode.org>
Wed, 10 Dec 2025 02:49:55 +0000 (02:49 +0000)
libr/anal/p/anal_sbpf.c

index 633cf681cf1027582378496f96e7d4ac3a6c91f3..b7ca484c25a852e4daff31f9d218dfa6b8261b84 100644 (file)
@@ -737,13 +737,6 @@ static void sbpf_print_string_xrefs(RAnal *anal) {
        r_list_free (refs);
 }
 
-static RCoreHelpMessage help_msg_a_sbpf = {
-       "Usage:", "aex", "[a] [9090]",
-       "aex", " 90", "decode the given hexpairs and execute them",
-       "aexa", " mov rax, 33", "assemble instruction and execute it",
-       NULL
-};
-
 static bool sbpfcmd(RAnal *anal, const char *cmd) {
        R_RETURN_VAL_IF_FAIL (anal && cmd, false);