mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Remove redundant base class in TruthinessCheck
This commit is contained in:
@@ -142,7 +142,7 @@ Implementing this additional condition is easy. We implement a class with a pred
|
||||
|
||||
.. code-block:: ql
|
||||
|
||||
class TruthinessCheck extends DataFlow::Node, DataFlow::ValueNode {
|
||||
class TruthinessCheck extends DataFlow::ValueNode {
|
||||
SsaVariable v;
|
||||
|
||||
TruthinessCheck() {
|
||||
@@ -290,7 +290,7 @@ step by step in the UI:
|
||||
|
||||
import javascript
|
||||
|
||||
class TruthinessCheck extends DataFlow::Node, DataFlow::ValueNode {
|
||||
class TruthinessCheck extends DataFlow::ValueNode {
|
||||
SsaVariable v;
|
||||
|
||||
TruthinessCheck() {
|
||||
|
||||
Reference in New Issue
Block a user