Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1e4e0 commit 6472588Copy full SHA for 6472588
1 file changed
python/ql/src/semmle/python/objects/Constants.qll
@@ -73,11 +73,6 @@ abstract class ConstantObjectInternal extends ObjectInternal {
73
74
private abstract class BooleanObjectInternal extends ConstantObjectInternal {
75
76
- BooleanObjectInternal() {
77
- this = TTrue() or this = TFalse()
78
- }
79
-
80
81
override ObjectInternal getClass() {
82
result = TBuiltinClassObject(Builtin::special("bool"))
83
}
0 commit comments