]> granicus.if.org Git - clang/commit
[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)
commit90dccc4bb943ae29d4d0b146ad2adfdaed1da475
tree8ff8eff0f6b4758f4c87e4a18cb60e089056372e
parentd29eb3a6ffe17e9da5dcaa4fb50c5738e0a57d1e
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336300 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexDataConsumer.h
lib/Index/IndexingAction.cpp