Remove useless pointer update
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 2 Apr 2006 11:12:47 +0000 (13:12 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Apr 2006 19:58:45 +0000 (12:58 -0700)
commit139faba8f5c86a960c893f92e25afd4caa79c2fb
treeca59d38e355e1bf6aa543cdb8090d6e4201d1e57
parent20b1d700c94c8b5b2b8b6f1b4982858d03cd9453
Remove useless pointer update

buf is not used afterwards.  The compiler optimized the dead store out
anyway, but let's clean the source, too.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
tar-tree.c