Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4b940a

Browse files
committed
C++ IR: Remove unused predicate
1 parent aab6c07 commit b4b940a

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionTag.qll

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
private import cpp
22

3-
private predicate fieldIsInitialized(Field field) {
4-
exists(ClassAggregateLiteral initList |
5-
initList.isInitialized(field)
6-
) or
7-
exists(ConstructorFieldInit init |
8-
field = init.getTarget()
9-
)
10-
}
11-
123
newtype TInstructionTag =
134
OnlyInstructionTag() or // Single instruction (not including implicit Load)
145
InitializeThisTag() or

0 commit comments

Comments
 (0)