From f30622f3c4123c39bad6fa50b6f42000073e51a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Thu, 11 Jun 2020 21:11:27 +0200 Subject: [PATCH] Remove leftover declarations of removed Functions --- Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh b/Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh index 14de6c6b31..7e0668a6aa 100644 --- a/Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh +++ b/Ghidra/Features/Decompiler/src/decompile/cpp/coreaction.hh @@ -1015,9 +1015,6 @@ public: virtual int4 apply(Funcdata &data); }; -extern void universal_action(Architecture *conf); ///< The generic decompilation action -extern void build_defaultactions(ActionDatabase &allacts); ///< Build the default actions - /// \brief A class that holds a data-type traversal state during type propagation /// /// For a given Varnode, this class iterates all the possible edges its