removed unnecessary assert in free code.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-08-06 16:37:58 +00:00
parent d3739b251b
commit 8f27ab280f

View File

@ -927,7 +927,7 @@ void ops_parser_content_free(ops_parser_content_t *c)
default:
fprintf(stderr,"Can't free %d (0x%x)\n",c->tag,c->tag);
assert(0);
//assert(0);
}
}