no changes, just removed unused variable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-04 12:08:50 +00:00
parent 79c4aa385f
commit 0c51a971fb

View File

@@ -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