diff options
Diffstat (limited to 'lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h')
-rw-r--r-- | lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h index 55a2fcf85a..3eea880a20 100644 --- a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h +++ b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h @@ -73,7 +73,6 @@ namespace llvm { PIC16DbgInfo DbgInfo; const PIC16TargetAsmInfo *PTAI; std::list<const char *> LibcallDecls; // List of extern decls. - const Function *CurrentFnPtr; // Hold the pointer to current Function }; } // end of namespace |