Remove unreachable return

llvm-svn: 182742
This commit is contained in:
David Blaikie 2013-05-27 20:43:54 +00:00
parent 1eff9080af
commit 8f6a2972ce
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ public:
virtual unsigned getPosition() { return 0; }
virtual FormatToken setPosition(unsigned Position) {
llvm_unreachable("Interface in transition; do not call!");
return FormatToken();
}
};