From a10fafe398af4cd161aabfc375202291019a9b6d Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Sun, 12 Dec 2021 12:43:30 -0800 Subject: [PATCH] tweak to keep clang-format happy --- src/script_opt/ProfileFunc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script_opt/ProfileFunc.cc b/src/script_opt/ProfileFunc.cc index b354930516..b29bf068d4 100644 --- a/src/script_opt/ProfileFunc.cc +++ b/src/script_opt/ProfileFunc.cc @@ -66,7 +66,6 @@ static p_hash_type script_specific_hash(const Stmt* body, p_hash_type generic_ha return merge_p_hashes(generic_hash, p_hash(bl_f)); } - ProfileFunc::ProfileFunc(const Func* func, const StmtPtr& body, bool _abs_rec_fields) { profiled_func = func;