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:
@@ -1615,7 +1615,6 @@ wxDateTime::ParseDate(const wxString& date, wxString::const_iterator *end)
|
|||||||
int year = 0;
|
int year = 0;
|
||||||
|
|
||||||
// tokenize the string
|
// tokenize the string
|
||||||
static const wxStringCharType *dateDelimiters = wxS(".,/-\t\r\n ");
|
|
||||||
while ( p != pEnd )
|
while ( p != pEnd )
|
||||||
{
|
{
|
||||||
// skip white space and date delimiters
|
// skip white space and date delimiters
|
||||||
|
Reference in New Issue
Block a user