From aa753f01ba4631614bb88ee7d3a3e6b222208b3e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 26 Mar 2013 10:18:14 +0100 Subject: -Wunused-macros Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed --- tools/source/debug/debug.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/source/debug') diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index 535e0aeb9b74..104353be1bd1 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -255,7 +255,6 @@ static sal_uIntPtr ImplGetPerfTime() typedef FILE* FILETYPE; #define FileOpen fopen #define FileRead fread -#define FileWrite fwrite #define FilePrintF fprintf #define FileClose fclose -- cgit