projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
remove watches from scilab debugger
[scilab.git]
/
scilab
/
modules
/
ast
/
includes
/
ast
/
abstractdebugger.hxx
diff --git
a/scilab/modules/ast/includes/ast/abstractdebugger.hxx
b/scilab/modules/ast/includes/ast/abstractdebugger.hxx
index
ec05aaf
..
8c9637b
100644
(file)
--- a/
scilab/modules/ast/includes/ast/abstractdebugger.hxx
+++ b/
scilab/modules/ast/includes/ast/abstractdebugger.hxx
@@
-52,7
+52,5
@@
public:
};
typedef std::map<std::string, AbstractDebugger*> Debuggers;
-typedef std::map<std::string, types::InternalType*> Watches;
-
}
#endif /* !__ABSTRACT_DEBUGGER_HXX__ */