]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Remove unnecessary casts from fast-import
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Mar 2007 19:48:37 +0000 (15:48 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 12 Mar 2007 19:48:37 +0000 (15:48 -0400)
commit061e35c581cb75cb228640a4e40f0d4a5986c11c
tree8bb5e825a8be35b7eedb8aaefa6b8839bae259f9
parent7f09ac4714214d1dc12877cc98fb69cdee22e33e
Remove unnecessary casts from fast-import

Jeff King pointed out that these casts are quite unnecessary, as
the compiler should be doing them anyway, and may cause problems
in the future if the size of the argument for to_atom were to ever
be increased.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c