diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-06 12:05:51 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-06 12:05:51 -0500 |
commit | e7d06a4b702463f13371eed92ba790b8c527dd76 (patch) | |
tree | d5c516671f4735b634135e86c28f8409ae9edfa8 /builtin-show-ref.c | |
parent | c74ba3d344769b827443b8995853527c85d63567 (diff) | |
download | git-e7d06a4b702463f13371eed92ba790b8c527dd76.tar.gz |
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>
Diffstat (limited to 'builtin-show-ref.c')
0 files changed, 0 insertions, 0 deletions