diff options
author | Junio C Hamano <junio@twinsun.com> | 2005-09-30 14:02:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-30 22:12:01 -0700 |
commit | 88cd621deedd2aab8f0a4c6ea3afed7269e66d0c (patch) | |
tree | a3dd83cf845cacb5a7340b78128bd36dfa6aa81d /diff-files.c | |
parent | 894a8a8b1b935639ac2ea503e8fa2887fd6bd44b (diff) | |
download | git-88cd621deedd2aab8f0a4c6ea3afed7269e66d0c.tar.gz git-88cd621deedd2aab8f0a4c6ea3afed7269e66d0c.tar.xz |
Consolidate null_sha1[].
Signed-off-by: Junio C Hamano <junio@twinsun.com>
Diffstat (limited to 'diff-files.c')
-rw-r--r-- | diff-files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diff-files.c b/diff-files.c index e8db3d2d6..5e598322f 100644 --- a/diff-files.c +++ b/diff-files.c @@ -34,7 +34,6 @@ static void show_modified(int oldmode, int mode, int main(int argc, const char **argv) { - static const unsigned char null_sha1[20] = { 0, }; const char **pathspec; const char *prefix = setup_git_directory(); int entries, i; |