File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,6 @@ class PythonClass extends Variable, CObject {
7777 /* This needs to be kept in sync with extractor-python/semmle/passes/type.py */
7878 result = "C_type$" + this .getTpName ( )
7979 }
80-
81- /** Gets a textual representation of this element. */
82- override string toString ( ) {
83- result = Variable .super .toString ( )
84- }
8580}
8681
8782/**
@@ -518,12 +513,6 @@ class PythonExtensionFunction extends Function {
518513}
519514
520515class TypedPythonExtensionProperty extends PythonGetSetTableEntry , CObject {
521-
522- override
523- string toString ( ) {
524- result = PythonGetSetTableEntry .super .toString ( )
525- }
526-
527516 PythonClass getPropertyType ( ) {
528517 result = py_return_type ( this .getGetter ( ) )
529518 }
You can’t perform that action at this time.
0 commit comments