Removed empty functions
Removed empty functions
This commit is contained in:
@@ -843,14 +843,6 @@ void InterpreterSingleton::dbgObserveFile(const char* sFileName)
|
||||
}
|
||||
}
|
||||
|
||||
void InterpreterSingleton::dbgSetBreakPoint(unsigned int /*uiLineNumber*/)
|
||||
{}
|
||||
|
||||
void InterpreterSingleton::dbgUnsetBreakPoint(unsigned int /*uiLineNumber*/)
|
||||
{}
|
||||
|
||||
void InterpreterSingleton::dbgStep()
|
||||
{}
|
||||
|
||||
std::string InterpreterSingleton::strToPython(const char* Str)
|
||||
{
|
||||
|
||||
@@ -344,12 +344,6 @@ public:
|
||||
//@{
|
||||
/// sets the file name which should be debugged
|
||||
void dbgObserveFile(const char* sFileName = "");
|
||||
/// sets a break point to a special line number in the current file
|
||||
void dbgSetBreakPoint(unsigned int uiLineNumber);
|
||||
/// unsets a break point to a special line number in the current file
|
||||
void dbgUnsetBreakPoint(unsigned int uiLineNumber);
|
||||
/// One step further
|
||||
void dbgStep();
|
||||
//@}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user