From e90f7f0fb3d564a7f0b6e674b675a33a92ead272 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 10 Feb 2020 13:25:24 -0800 Subject: [PATCH] Remove String16 header cruft. -= forward declaration of imported class -= empty extern decl Bug: N/A Test: N/A Change-Id: I4eba90870f6d2e8d06fb49872cad51ca95da5ad9 --- libutils/include/utils/String16.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libutils/include/utils/String16.h b/libutils/include/utils/String16.h index adc3e7de9..27eca0c4a 100644 --- a/libutils/include/utils/String16.h +++ b/libutils/include/utils/String16.h @@ -25,18 +25,10 @@ // --------------------------------------------------------------------------- -extern "C" { - -} - -// --------------------------------------------------------------------------- - namespace android { // --------------------------------------------------------------------------- -class String8; - template class StaticString16;