Remove leftover declarations of removed Functions

This commit is contained in:
Florian Märkl 2020-06-11 21:11:27 +02:00
parent bdbbca30a1
commit f30622f3c4
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -1015,9 +1015,6 @@ public:
virtual int4 apply(Funcdata &data); 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 /// \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 /// For a given Varnode, this class iterates all the possible edges its