Debugger: Remove deprecated TODO items

Change-Id: I7c5f98c9ecdc72929d3d3c82d182d6f343b3d29c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2016-12-05 15:16:54 +01:00
parent aae9af60fe
commit 762490e9ef

View File

@@ -33,11 +33,3 @@ PyObject *pyBool(bool);
int pointerSize();
constexpr bool debugPyCdbextModule = false;
/* TODO's
class Field:
isBaseClass() -> bool # Whether this is a base class or normal member
parseAndEvaluate(string: expr) -> Value # or None if not possible.
*/