bug-gnu-chess
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Unused/Nonexistent Functions


From: Chess
Subject: Unused/Nonexistent Functions
Date: Sun, 02 Mar 2003 23:36:02 -0600

Hello All.

In output.c, there are three unused functions:

  void ShowSmallBoard (void)
  void ShowCBoard (void)
  void ShowMvboard (void)

In atak.c, there is one unused function:

  BitBoard AttackFrom (int sq, int piece, int side)

In hash.c, there is one unused function:

  void ShowHashKey (HashType HashKey)

In common.h, there are prototypes for three nonexistent functions:

  void MakeBinBook (char *, short);
  void ShowVersion (void);
  void ShowHelp (const char *);

*Mike
- - - - - - - - - - -
http://web.wt.net/~chess/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]