Skip to content

Commit d668583

Browse files
author
Daniel Kroening
authored
Merge pull request #2282 from diffblue/unused-lambda-capture
remove unused 'this' capture
2 parents d24f773 + 7bad913 commit d668583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/remove_function_pointers.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ void remove_function_pointerst::remove_function_pointer(
434434
// list the names of functions when verbosity is at debug level
435435
conditional_output(
436436
debug(),
437-
[this, &functions](mstreamt &mstream) {
437+
[&functions](mstreamt &mstream) {
438438
mstream << "targets: ";
439439

440440
bool first = true;

0 commit comments

Comments
 (0)