]> granicus.if.org Git - clang/commit
Lex: Remove explicitly deleted copy constructor, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Feb 2016 18:53:45 +0000 (18:53 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 20 Feb 2016 18:53:45 +0000 (18:53 +0000)
commita98ffff45be3a13a09c198de93b740aadb9bd40b
treec4f6246a46e63ef28499a5112f0ba31cc21ddcd1
parent73b50332f53eb7902d75ee32149804d126a400cd
Lex: Remove explicitly deleted copy constructor, NFC

`std::unique_ptr<MemoryBuffer>` already deletes these, so there's no
reason for the boiler-plate in HeaderMap.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261442 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderMap.h