Skip to content

Commit be12f26

Browse files
authored
[clang][dataflow][NFC] Remove stale comment. (llvm#65322)
1 parent 6c3232b commit be12f26

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/unittests/Analysis/FlowSensitive/TestingSupport.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,6 @@ inline Value *getFieldValue(const RecordStorageLocation *Loc,
465465

466466
/// Returns the value of a `Field` on a `Struct.
467467
/// Returns null if `Struct` is null.
468-
///
469-
/// Note: This function currently does not use the `Env` parameter, but it will
470-
/// soon be needed to look up the `Value` when `setChild()` changes to return a
471-
/// `StorageLocation *`.
472468
inline Value *getFieldValue(const RecordValue *Struct, const ValueDecl &Field,
473469
const Environment &Env) {
474470
if (Struct == nullptr)

0 commit comments

Comments
 (0)