@@ -442,10 +442,6 @@ class goto_symext
442442 virtual void symex_end_of_function (statet &);
443443
444444 // / Symbolic execution of a call to a function call.
445- // / For functions starting with \c __CPROVER_fkt
446- // / \ref goto_symext::symex_fkt
447- // / For non-special functions see
448- // / \ref goto_symext::symex_function_call_code
449445 // / \param get_goto_function: The delegate to retrieve function bodies (see
450446 // / \ref get_goto_functiont)
451447 // / \param state: Symbolic execution state for current instruction
@@ -754,16 +750,7 @@ class goto_symext
754750 // / \param code: right-hand side containing side effect
755751 virtual void
756752 symex_cpp_new (statet &state, const exprt &lhs, const side_effect_exprt &code);
757- // / Symbolically execute a FUNCTION_CALL instruction for a function whose
758- // / name starts with CPROVER_FKT_PREFIX
759- // / \remarks
760- // / While the name seems to imply that this would be called when symbolic
761- // / execution doesn't know what to do, it may actually be derived from a
762- // / German abbreviation for function.
763- // / This should not be called as these functions should already be removed
764- // / \param state: Symbolic execution state for current instruction
765- // / \param code: The function call instruction
766- virtual void symex_fkt (statet &state, const code_function_callt &code);
753+
767754 // / Symbolically execute an OTHER instruction that does a CPP `printf`
768755 // / \param state: Symbolic execution state for current instruction
769756 // / \param rhs: The cleaned up CPP `printf` instruction
0 commit comments