From d93e1dfac8711cfed1a9d9cd1876a788b83945cd Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:19:15 +0000 Subject: Vendor import of lld trunk r290819: https://llvm.org/svn/llvm-project/lld/trunk@290819 --- lib/Core/File.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/Core/File.cpp') diff --git a/lib/Core/File.cpp b/lib/Core/File.cpp index b84132bfecd5..30ded091a92a 100644 --- a/lib/Core/File.cpp +++ b/lib/Core/File.cpp @@ -8,12 +8,11 @@ //===----------------------------------------------------------------------===// #include "lld/Core/File.h" -#include "lld/Core/LLVM.h" #include namespace lld { -File::~File() { } +File::~File() = default; File::AtomVector File::_noDefinedAtoms; File::AtomVector File::_noUndefinedAtoms; @@ -27,4 +26,4 @@ std::error_code File::parse() { return _lastError.getValue(); } -} // namespace lld +} // end namespace lld -- cgit v1.2.3