Git.pm: Don't #define around die
commit65a4e98a22eab9317a05d1485c7c5a9c5befd589
authorPetr Baudis <pasky@suse.cz>
Sun, 2 Jul 2006 20:57:17 +0000 (2 22:57 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:45 +0000 (2 17:14 -0700)
treecf1efe57d4e4652716477082e1eba76e79cabe42
parentd78f099d8956947576cd5ccc1c5c13f94075b476
Git.pm: Don't #define around die

Back in the old days, we called Git's die() from the .xs code, but we had to
hijack Perl's die() for that. Now we don't call Git's die() so no need to do
the hijacking and it silences a compiler warning.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
perl/Git.xs