mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
nebiros bustage - really, you shouldn't return a value if the function is defined to return void
This commit is contained in:
parent
27300f7ea0
commit
e77dd378a6
@ -252,7 +252,6 @@ void oeDateTimeImpl::SetTzID(const char *aNewVal)
|
||||
m_tzid= (char*) nsMemory::Clone( aNewVal, strlen(aNewVal)+1);
|
||||
else
|
||||
m_tzid = nsnull;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
int oeDateTimeImpl::CompareDate( oeDateTimeImpl *anotherdt ) {
|
||||
|
Loading…
Reference in New Issue
Block a user