From: Louis Dionne Date: Tue, 2 Apr 2019 19:11:22 +0000 (+0000) Subject: [libc++][NFC] Remove useless public: label at the end of class X-Git-Tag: llvmorg-10-init~8655 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f401a749e11dfd4c3d40c9230fdfea3645419857;p=platform%2Fupstream%2Fllvm.git [libc++][NFC] Remove useless public: label at the end of class llvm-svn: 357511 --- diff --git a/libcxx/include/istream b/libcxx/include/istream index bedd738..e59ae2c 100644 --- a/libcxx/include/istream +++ b/libcxx/include/istream @@ -1297,7 +1297,6 @@ protected: inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 void swap(basic_iostream& __rhs) { basic_istream::swap(__rhs); } -public: }; #ifndef _LIBCPP_CXX03_LANG