From: lmancini Date: Tue, 18 Mar 2008 12:06:05 +0000 (+0000) Subject: Remove unused public method prototype. X-Git-Tag: 1.0.0~53 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=fa1bb3e7dd84538ef9a3462bca8f1314ed4419c5;p=bertos.git Remove unused public method prototype. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1199 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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(); };