CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/01/09 16:07:50
Modified files: usr.bin/yacc : lalr.c Log message: Remove useless variable "height" in function traverse(). It is assigned the value of "top" but never changed so just use top instead. >From Michael W. Bombardieri