summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2017-03-07 17:05:42 -0500
committerRusty Wagner <rusty@vector35.com>2017-03-07 17:05:42 -0500
commita51f7666462341f77e3223ff2b6ab218688dfa8c (patch)
tree45e91d09db6c113b921fcf87a966e263302ffd3c /binaryninjacore.h
parent3a95d0ae05e21775042176b8f688bafeb3f6d80f (diff)
Use expression lists in call and return
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index fe8382f9..1d5e10d8 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -729,7 +729,6 @@ extern "C"
MLIL_SYSCALL_UNTYPED_SSA,
MLIL_CALL_PARAM_SSA, // Only valid within the LLIL_CALL_SSA, LLIL_SYSCALL_SSA family instructions
MLIL_CALL_OUTPUT_SSA, // Only valid within the LLIL_CALL_SSA or LLIL_SYSCALL_SSA family instructions
- MLIL_RET_SSA,
MLIL_LOAD_SSA,
MLIL_STORE_SSA,
MLIL_VAR_PHI,