Skip to content

Commit 6f9da0e

Browse files
committed
COMMON: added ref var type
1 parent e956c0d commit 6f9da0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ void cev_prim() {
101101
}
102102

103103
if (CODE_PEEK() != kwTYPE_LEVEL_END) {
104-
fprintf(stderr, "1\n");
105104
cev_missing_rp();
106105
} else {
107106
cev_add1(kwTYPE_LEVEL_END);

0 commit comments

Comments
 (0)