Remove dummy CHECK.

This commit is contained in:
vng 2011-11-25 15:24:25 +03:00 committed by Alex Zolotarev
parent 30c4583904
commit 966ffaa41d

View file

@ -138,8 +138,8 @@ int main(int argc, char ** argv)
}
else
{
// used for one country generation - append destination file
CHECK ( !FLAGS_output.empty(), ("No destination specified. Did you forget --output?") );
// Used for one country generation - append destination file.
// FLAGS_output may be empty for FLAGS_make_coasts flag.
genInfo.m_datFilePrefix = path + FLAGS_output;
}