From f0e83ed6974143427477bb3fd881ae20917d3117 Mon Sep 17 00:00:00 2001 From: Ken Rowland Date: Mon, 1 Jul 2024 11:14:27 -0400 Subject: [PATCH] Remove declaration no longer needed --- tools/hidl/hidlcomp.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/hidl/hidlcomp.cpp b/tools/hidl/hidlcomp.cpp index 42b58d58c2d..1f6a8bf1d4c 100644 --- a/tools/hidl/hidlcomp.cpp +++ b/tools/hidl/hidlcomp.cpp @@ -4059,8 +4059,6 @@ void EspServInfo::write_esp_binding_ipp() outf("#endif\n"); } - outs("\tstd::map m_qualifiedMethodNames;\n"); - outs("};\n\n"); }