Remove assert that doesn't compile
This commit is contained in:
parent
0a42428098
commit
ce233c95db
@ -95,8 +95,6 @@ Returns T_NONE if unknown
|
||||
int
|
||||
ctx_get_top_type(ctx_t* ctx)
|
||||
{
|
||||
RUBY_ASSERT(n <= ctx->stack_size);
|
||||
|
||||
if (ctx->stack_size > MAX_TEMP_TYPES)
|
||||
return T_NONE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user