From: Christopher Faylor Date: Wed, 10 Mar 2010 15:57:07 +0000 (+0000) Subject: * windows-nat.c (cygwin_conv_path): Remove old macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=452fa0647cbaf4fbf4eb5eeb16ef4ac01c88e76f;p=binutils-gdb.git * windows-nat.c (cygwin_conv_path): Remove old macro. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35e5cdd4b96..45baf5cf182 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-03-10 Pierre Muller + + * windows-nat.c (cygwin_conv_path): Remove old macro. + 2010-03-10 Pedro Alves * breakpoint.c (condition_command): Handle watchpoint conditions. diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 01d5f036d92..f2f42f79d71 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -121,7 +121,6 @@ static struct target_ops windows_ops; (op == CCP_WIN_W_TO_POSIX) ? \ cygwin_conv_to_full_posix_path (from, to) : \ cygwin_conv_to_win32_path (from, to) -# define cygwin_conv_path(op, from, to, size) cygwin_conv_to_full_posix_path (from, to) typedef char cygwin_buf_t; static DWORD WINAPI (*GetModuleFileNameEx) (HANDLE, HMODULE, LPSTR, DWORD); # define STARTUPINFO STARTUPINFOA