bug 829288 - fix some toolkit/ warnings r=ehsan

This commit is contained in:
Trevor Saunders
2013-01-10 06:44:15 -05:00
parent 4185ee3161
commit 5f4dc421fd
5 changed files with 6 additions and 5 deletions

View File

@@ -445,7 +445,6 @@ NS_IMETHODIMP
nsCommandLine::Init(int32_t argc, const char* const* argv, nsIFile* aWorkingDir,
uint32_t aState)
{
NS_ENSURE_ARG_MIN(aState, 0);
NS_ENSURE_ARG_MAX(aState, 2);
int32_t i;