From dbe5606575f6b59b82eff2f9ab7b41990b57147e Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 23 Feb 2017 18:34:03 -0500 Subject: Instruction starts and SSA form are a property of IL functions --- function.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'function.cpp') diff --git a/function.cpp b/function.cpp index d8a5a4a7..b1d008ee 100644 --- a/function.cpp +++ b/function.cpp @@ -147,12 +147,6 @@ Ref Function::GetLowLevelIL() const } -Ref Function::GetLowLevelILSSAForm() const -{ - return new LowLevelILFunction(BNGetFunctionLowLevelILSSAForm(m_object)); -} - - size_t Function::GetLowLevelILForInstruction(Architecture* arch, uint64_t addr) { return BNGetLowLevelILForInstruction(m_object, arch->GetObject(), addr); -- cgit v1.3.1