DebugClientBase: delete some obsolete code. multi_processing

Mon, 07 Dec 2020 17:57:03 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Dec 2020 17:57:03 +0100
branch
multi_processing
changeset 7868
272743601100
parent 7867
aa870fdd40d8
child 7869
81561b95f9f3

DebugClientBase: delete some obsolete code.

eric6/DebugClients/Python/DebugClientBase.py file | annotate | diff | comparison | revisions
--- a/eric6/DebugClients/Python/DebugClientBase.py	Mon Dec 07 17:56:21 2020 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Mon Dec 07 17:57:03 2020 +0100
@@ -1867,12 +1867,6 @@
                     continue
                 
                 isQt = valtype.startswith(ConfigQtNames)
-                # TODO: see if this is still needed
-#                if (not valtypestr.startswith('type ') and
-#                    valtypename not in ("ndarray", "MultiValueDict",
-#                                        "array", "defaultdict") and
-#                        not isQt):
-#                    valtype = valtypestr
                 
                 try:
                     if valtype in self.arrayTypes:

eric ide

mercurial