From 19f5f4abbe9595a1992ea603944e65fcb6be5c27 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Mar 2009 09:15:44 +0000 Subject: [PATCH] compilation fix: remove extraneous variable declaration after last commit (why didn't g++ complain about it?) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/datetimefmt.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/datetimefmt.cpp b/src/common/datetimefmt.cpp index 19114a43c7..6f9f0ba68d 100644 --- a/src/common/datetimefmt.cpp +++ b/src/common/datetimefmt.cpp @@ -1525,8 +1525,6 @@ wxDateTime::ParseFormat(const wxString& date, // try to parse what follows as "%H:%M:%S" and, if this // fails, as "%I:%M:%S %p" - this should catch the most // common cases - wxDateTime dt; - const wxDateTime dt = ParseFormatAt(input, date.end(), "%T", "%r"); if ( !dt.IsValid() ) -- 2.45.2