remove uneeded assert (common case at eof)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4772 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-02-20 22:41:54 +00:00
parent 64f3eca29d
commit 4707cff644
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ m_config_pop(m_config_t* config) {
#ifdef MP_DEBUG
assert(config != NULL);
assert(config->cs_level > 0);
//assert(config->cs_level > 0);
#endif
if(config->config_stack[config->cs_level] != NULL) {