Remove unused variable.

llvm-svn: 69624
This commit is contained in:
Daniel Dunbar 2009-04-20 20:34:38 +00:00
parent 9603143c5d
commit 2c441c6afe
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ void PIC16AsmPrinter::emitFunctionData(MachineFunction &MF) {
// Emit function frame label
char ch;
O << FunctionLabelBegin << CurrentFnName << ".frame:\n";
const Type *RetType = F->getReturnType();