]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
Remove unnecessary null pointer checks in fast-import.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 17:05:51 +0000 (12:05 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 6 Feb 2007 17:05:51 +0000 (12:05 -0500)
commite7d06a4b702463f13371eed92ba790b8c527dd76
treed5c516671f4735b634135e86c28f8409ae9edfa8
parentc74ba3d344769b827443b8995853527c85d63567
Remove unnecessary null pointer checks in fast-import.

There is no need to check for a NULL pointer before invoking free(),
the runtime library automatically performs this check anyway and
does nothing if a NULL pointer is supplied.

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