From 6f64f486b1a5efd12a8d4b3d065384ec13da5a8e Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sun, 31 May 2009 22:09:49 +0200 Subject: [PATCH] --- yaml --- r: 147583 b: refs/heads/master c: 27b9613b7be39412775d0ab80f57229aa73bb07d h: refs/heads/master i: 147581: 2bf140acc20786efd3befc75c49c8bb4eb7ed493 147579: 3e6780316187588cfa7d10af5b90df9bde7d134f 147575: ad6eb60aaee6bc47fd2ce3901ef71357a2bd9ecf 147567: 6f3408624aa6e131cbb9798266edf94b15f050d4 147551: 092c7f325fba0903c2a7b832eefe87d4953a8028 147519: 07e3d0fb1dd1bbe831766d37eb0dc94b9e470f96 147455: cada1d8d5107b95ef6be094bd663490652adfd4e v: v3 --- [refs] | 2 +- trunk/Documentation/perf_counter/util/help.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index d4103e8a5a2a..6be58e950177 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c1c2365acf8c044f749c0fe1ea236497e8d1718e +refs/heads/master: 27b9613b7be39412775d0ab80f57229aa73bb07d diff --git a/trunk/Documentation/perf_counter/util/help.c b/trunk/Documentation/perf_counter/util/help.c index edde541d238d..397487fb2bee 100644 --- a/trunk/Documentation/perf_counter/util/help.c +++ b/trunk/Documentation/perf_counter/util/help.c @@ -323,9 +323,6 @@ const char *help_unknown_cmd(const char *cmd) qsort(main_cmds.names, main_cmds.cnt, sizeof(*main_cmds.names), levenshtein_compare); - if (!main_cmds.cnt) - die ("Uh oh. Your system reports no Git commands at all."); - best_similarity = main_cmds.names[0]->len; n = 1; while (n < main_cmds.cnt && best_similarity == main_cmds.names[n]->len)