diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2018-09-29 02:17:12 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2018-09-29 02:17:12 +0000 |
| commit | 0509070811a84fc2c69ac4b38d84e21935019420 (patch) | |
| tree | 73e2083da29075cf17a4a2a2f372be02be2c6c36 /libcxx/src | |
| parent | e174746c5e6d9f2cb34d776922457e04f862cada (diff) | |
| download | bcm5719-llvm-0509070811a84fc2c69ac4b38d84e21935019420.tar.gz bcm5719-llvm-0509070811a84fc2c69ac4b38d84e21935019420.zip | |
[cxx2a] Fix warning triggered by r343285
llvm-svn: 343369
Diffstat (limited to 'libcxx/src')
| -rw-r--r-- | libcxx/src/filesystem/operations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/src/filesystem/operations.cpp b/libcxx/src/filesystem/operations.cpp index 65a4b319339..c9396b59cae 100644 --- a/libcxx/src/filesystem/operations.cpp +++ b/libcxx/src/filesystem/operations.cpp @@ -352,7 +352,6 @@ struct FileDescriptor { ~FileDescriptor() { close(); } - FileDescriptor() = default; FileDescriptor(FileDescriptor const&) = delete; FileDescriptor& operator=(FileDescriptor const&) = delete; |

