diff options
author | Rui Ueyama <ruiu@google.com> | 2013-11-19 06:18:39 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-11-19 06:18:39 +0000 |
commit | d9b26dc84b25204f7c942a338fcf0fb1f2eca7ce (patch) | |
tree | 1b03a906ec24e20aac132b9bddf8a728ca401e8b /lld/lib/Core/File.cpp | |
parent | 9a01d155b6356a9579f57e817be90880ff12aeed (diff) | |
download | bcm5719-llvm-d9b26dc84b25204f7c942a338fcf0fb1f2eca7ce.tar.gz bcm5719-llvm-d9b26dc84b25204f7c942a338fcf0fb1f2eca7ce.zip |
Remove extraneous curly braces and blank lines.
llvm-svn: 195107
Diffstat (limited to 'lld/lib/Core/File.cpp')
-rw-r--r-- | lld/lib/Core/File.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp index bc3228f7f43..e29867b4fb6 100644 --- a/lld/lib/Core/File.cpp +++ b/lld/lib/Core/File.cpp @@ -18,13 +18,9 @@ StringRef File::translationUnitSource() const { return StringRef(); } - File::atom_collection_empty<DefinedAtom> File::_noDefinedAtoms; File::atom_collection_empty<UndefinedAtom> File::_noUndefinedAtoms; File::atom_collection_empty<SharedLibraryAtom> File::_noSharedLibraryAtoms; File::atom_collection_empty<AbsoluteAtom> File::_noAbsoluteAtoms; - - - } // namespace lld |