Skip to content

Commit 660eda9

Browse files
committed
Python: Remove redundant override.
1 parent 8a43fdc commit 660eda9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/ql/src/semmle/python/objects/Callables.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ private import semmle.python.types.Builtins
1111

1212
abstract class CallableObjectInternal extends ObjectInternal {
1313

14-
/** Gets the name of this callable */
15-
abstract string getName();
16-
1714
/** Gets the scope of this callable if it has one */
1815
abstract Function getScope();
1916

0 commit comments

Comments
 (0)