Skip to content

Commit 3dd7ff0

Browse files
authored
Merge pull request #8220 from tautschnig/cleanup/no-follow-goto-harness
goto-harness: remove use of namespacet::follow
2 parents 2343de8 + 8761824 commit 3dd7ff0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/goto-harness/function_call_harness_generator.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,7 @@ void function_call_harness_generatort::validate_options(
390390
"--" COMMON_HARNESS_GENERATOR_FUNCTION_POINTER_CAN_BE_NULL_OPT};
391391
}
392392

393-
const auto &function_pointer_type =
394-
ns.follow(function_pointer_symbol_pointer->type);
393+
const auto &function_pointer_type = function_pointer_symbol_pointer->type;
395394

396395
if(!can_cast_type<pointer_typet>(function_pointer_type))
397396
{

0 commit comments

Comments
 (0)