Module Name: src Committed By: rillig Date: Sun May 29 18:25:39 UTC 2022
Modified Files: src/games/gomoku: pickmove.c Log Message: gomoku: clean up overlap info in 'checkframes' In 2009, GCC had complained that the overlap_info might only be partially filled. All possible code paths are sane though, so that was probably a bug in GCC. Remove the comment and the unnecessary initialization, rename the variable since it doesn't match its behavior anymore. Sync nearby comments with reality; there is no array anywhere near. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/games/gomoku/pickmove.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.