Remove unused public method prototype.
authorlmancini <lmancini@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 18 Mar 2008 12:06:05 +0000 (12:06 +0000)
committerlmancini <lmancini@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 18 Mar 2008 12:06:05 +0000 (12:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1199 38d2e660-2303-0410-9eaa-f027e97ec537

emul/emul.h

index f36cf05c607f946fd92b71737506da92f7868a1e..80d3ecc291e13d6bc58d941b6c6c24073373db3a 100644 (file)
@@ -86,7 +86,6 @@ public:
        ~Emulator();
 
 // public methods
-       int exec(void (*entry)(void));
        void quit();
 };