Fix macOS build issue. (#12766)

After moving cpuFuncTest to cpu_plugin folder, there is more stricter grammar check.
ngPrc is declared twice, but for the first declaration, the ngPrc is not used.

Signed-off-by: Yan, Xiping <xiping.yan@intel.com>

Signed-off-by: Yan, Xiping <xiping.yan@intel.com>
This commit is contained in:
Xiping Yan 2022-08-26 13:17:47 +08:00 committed by GitHub
parent 3f02090315
commit 1818e120e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ public:
bool withBilinearInterpolationPad, withModulation;
OffsetType offType;
std::tie(withBilinearInterpolationPad, withModulation, offType) = dcSpecificParams;
auto ngPrc = FuncTestUtils::PrecisionUtils::convertIE2nGraphPrc(netPrecision);
std::ostringstream result;
result << "DefConvTest(";
result << std::to_string(obj.index) << ")_";