summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/gdb/libreoffice/vcl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/gdb/libreoffice/vcl.py b/solenv/gdb/libreoffice/vcl.py
index d8bac0b84331..07f95a697689 100644
--- a/solenv/gdb/libreoffice/vcl.py
+++ b/solenv/gdb/libreoffice/vcl.py
@@ -54,7 +54,6 @@ class ImplSchedulerDataPrinter(object):
assert 0 == timer['mnTimeout'], "Idle with timeout == {}".format( timer['mnTimeout'] )
return res
else:
- assert gdbobj['mbDelete'], "No task set and not marked for deletion!"
return "(no task)"
def to_string(self):