author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Mar 2007 19:48:37 +0000 (15:48 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 12 Mar 2007 19:48:37 +0000 (15:48 -0400) | ||
commit | 061e35c581cb75cb228640a4e40f0d4a5986c11c | |
tree | 8bb5e825a8be35b7eedb8aaefa6b8839bae259f9 | tree | snapshot |
parent | 7f09ac4714214d1dc12877cc98fb69cdee22e33e | commit | diff |
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>
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 | diff | blob | history |