Skip to content

Commit 7bad913

Browse files
author
Daniel Kroening
committed
the 'this' capture is not used
1 parent d24f773 commit 7bad913

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)