[Index] Remove unused index::IndexDataConsumer::_anchor()
authorFangrui Song <maskray@google.com>
Thu, 5 Jul 2018 00:33:03 +0000 (00:33 +0000)
committerFangrui Song <maskray@google.com>
Thu, 5 Jul 2018 00:33:03 +0000 (00:33 +0000)
commitb1e31e59d4452dd584b557e3c0199c799269945e
treedb93be71bae6bd6ccc0058bb433946271575cec9
parent6270ab6ce4e38b3d2f5a4a29c49e2f9515a5540e
[Index] Remove unused index::IndexDataConsumer::_anchor()

It was supposed to serve as a key function, but it was invalid as it was not the first out-of-line non-pure virtual function.

llvm-svn: 336300
clang/include/clang/Index/IndexDataConsumer.h
clang/lib/Index/IndexingAction.cpp