Remove the ASTDeserializationListener's MacroVisible() callback, which
authorDouglas Gregor <dgregor@apple.com>
Thu, 11 Oct 2012 00:51:27 +0000 (00:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 11 Oct 2012 00:51:27 +0000 (00:51 +0000)
commit2f8925e257663b81a0d37aec9e8265f0c7c0a89c
tree6c428a63cde18ad9b62e2a63a8aa726feff5bd4b
parent0634737452a837cbd3860b4d1abba753bfd7a378
Remove the ASTDeserializationListener's MacroVisible() callback, which
is no longer necessary, as well as the little bit of infrastructure in
the AST writer that used it.

llvm-svn: 165684
clang/include/clang/Serialization/ASTDeserializationListener.h
clang/include/clang/Serialization/ASTWriter.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp