From 0c51a971fbc4d670d35d4e1a0bb269b81622a4fd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 4 Apr 2009 12:08:50 +0000 Subject: [PATCH] no changes, just removed unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/datetimefmt.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/datetimefmt.cpp b/src/common/datetimefmt.cpp index 8fb67972cb..b6a2fa3b35 100644 --- a/src/common/datetimefmt.cpp +++ b/src/common/datetimefmt.cpp @@ -1615,7 +1615,6 @@ wxDateTime::ParseDate(const wxString& date, wxString::const_iterator *end) int year = 0; // tokenize the string - static const wxStringCharType *dateDelimiters = wxS(".,/-\t\r\n "); while ( p != pEnd ) { // skip white space and date delimiters -- 2.45.2