Code

Remove stale non-static-inline prototype for tree_entry_extract()
authorMatthieu Castet <castet.matthieu@free.fr>
Sun, 13 May 2007 18:57:00 +0000 (11:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 13 May 2007 18:57:00 +0000 (11:57 -0700)
commit0ab311d60108f8d93dbcac53623e8e593901b5ea
treecf323e80768be56a21af0043b0563275019778be
parentb18a2be37a0de27902ad6491960ed910083b0310
Remove stale non-static-inline prototype for tree_entry_extract()

When 4651ece8 made the function a "static inline", it should
have removd the stale prototype but everybody missed that.

Thomas Glanzmann noticed this broke compilation with Forte12
compiler on his Sun boxes.

Signed-off-by: Junio C Hamano <junkio@cox.net>
tree-walk.h