[modules] Remove the now-redundant import of all pending macros at the end of buildin...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Apr 2015 21:20:19 +0000 (21:20 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Apr 2015 21:20:19 +0000 (21:20 +0000)
commitde71142dcef3414043f03364e451adbd68d03f0e
treed1eaaeb56a506c52ec52ce3e76fa5b2b2728c011
parent796d906e06f8f5a3c8d4f5f0faa5c47697153490
[modules] Remove the now-redundant import of all pending macros at the end of building a module.

Since we now track module macros separately from their visibility state, this
is no longer necessary.

llvm-svn: 235648
clang/include/clang/Lex/MacroInfo.h
clang/include/clang/Serialization/ASTReader.h
clang/lib/Serialization/ASTReader.cpp