Skip to content

Commit f871c72

Browse files
C++: Fix PR feedback
1 parent 8ec1593 commit f871c72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/src/semmle/code/cpp/ir/internal/CppType.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ private newtype TCppType =
171171
exists(getIRTypeForPRValue(type))
172172
} or
173173
TFunctionGLValueType() or
174-
TGLValueAddressType(Type type) {
175-
any()
176-
} or
174+
TGLValueAddressType(Type type) or
177175
TUnknownOpaqueType(int byteSize) {
178176
IRConstruction::needsUnknownOpaqueType(byteSize)
179177
} or

0 commit comments

Comments
 (0)