From fa1bb3e7dd84538ef9a3462bca8f1314ed4419c5 Mon Sep 17 00:00:00 2001 From: lmancini Date: Tue, 18 Mar 2008 12:06:05 +0000 Subject: [PATCH] Remove unused public method prototype. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1199 38d2e660-2303-0410-9eaa-f027e97ec537 --- emul/emul.h | 1 - 1 file changed, 1 deletion(-) diff --git a/emul/emul.h b/emul/emul.h index f36cf05c..80d3ecc2 100644 --- a/emul/emul.h +++ b/emul/emul.h @@ -86,7 +86,6 @@ public: ~Emulator(); // public methods - int exec(void (*entry)(void)); void quit(); }; -- 2.25.1