From e78cae77103b5396ce42d9e33593ea55f9135be0 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 20 Jan 2025 18:44:25 -0500 Subject: Revert "Add line formatter API and a generic line formatter plugin" This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b. --- lang/rust/pseudorust.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/rust/pseudorust.h') diff --git a/lang/rust/pseudorust.h b/lang/rust/pseudorust.h index 96e656c2..a2ab9584 100644 --- a/lang/rust/pseudorust.h +++ b/lang/rust/pseudorust.h @@ -59,8 +59,7 @@ protected: virtual void EndLines(const BinaryNinja::HighLevelILInstruction& instr, BinaryNinja::HighLevelILTokenEmitter& tokens) override; public: - PseudoRustFunction(BinaryNinja::LanguageRepresentationFunctionType* type, BinaryNinja::Architecture* arch, - BinaryNinja::Function* owner, BinaryNinja::HighLevelILFunction* highLevelILFunction); + PseudoRustFunction(BinaryNinja::Architecture* arch, BinaryNinja::Function* owner, BinaryNinja::HighLevelILFunction* highLevelILFunction); std::string GetAnnotationStartString() const override; std::string GetAnnotationEndString() const override; -- cgit v1.3.1