diff options
author | Louis Dionne <ldionne@apple.com> | 2019-04-02 19:11:22 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-04-02 19:11:22 +0000 |
commit | f401a749e11dfd4c3d40c9230fdfea3645419857 (patch) | |
tree | a51401243c2cd4219d13418f786a377578fdc9fe | |
parent | 3a23fb1e04e0d9d2fbfe5aa7947954c57b977c3e (diff) | |
download | bcm5719-llvm-f401a749e11dfd4c3d40c9230fdfea3645419857.tar.gz bcm5719-llvm-f401a749e11dfd4c3d40c9230fdfea3645419857.zip |
[libc++][NFC] Remove useless public: label at the end of class
llvm-svn: 357511
-rw-r--r-- | libcxx/include/istream | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/istream b/libcxx/include/istream index bedd738f1fa..e59ae2cc5ad 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<char_type, traits_type>::swap(__rhs); } -public: }; #ifndef _LIBCPP_CXX03_LANG |