Debugger/DebuggerInterfaceNone.py

branch
jsonrpc
changeset 5124
1ba8ee313b57
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
diff -r d07dd3cf0dc3 -r 1ba8ee313b57 Debugger/DebuggerInterfaceNone.py
--- a/Debugger/DebuggerInterfaceNone.py	Thu Sep 01 18:28:27 2016 +0200
+++ b/Debugger/DebuggerInterfaceNone.py	Thu Sep 01 19:00:46 2016 +0200
@@ -343,22 +343,6 @@
         """
         return
         
-    def remoteExec(self, stmt):
-        """
-        Public method to execute stmt in the current context of the debugged
-        program.
-        
-        @param stmt statement to execute (string)
-        """
-        return
-        
-    def remoteBanner(self):
-        """
-        Public slot to get the banner info of the remote client.
-        """
-        self.debugServer.signalClientBanner("No backend", "", "")
-        return
-        
     def remoteCapabilities(self):
         """
         Public slot to get the debug clients capabilities.

eric ide

mercurial