From f401a749e11dfd4c3d40c9230fdfea3645419857 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 2 Apr 2019 19:11:22 +0000 Subject: [PATCH] [libc++][NFC] Remove useless public: label at the end of class llvm-svn: 357511 --- libcxx/include/istream | 1 - 1 file changed, 1 deletion(-) 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 -- 2.7.4