Code

gitweb: consolidate action URL generation.
[git.git] / builtin-checkout-index.c
index 8d0dbad49ecd61edf8bdadc24e23e52d31d961a3..6b55f931cbd8b79a01057b55eb41a043a4db5e3b 100644 (file)
@@ -122,7 +122,7 @@ static int checkout_file(const char *name, int prefix_length)
        return -1;
 }
 
-static int checkout_all(const char *prefix, int prefix_length)
+static void checkout_all(const char *prefix, int prefix_length)
 {
        int i, errs = 0;
        struct cache_entry* last_ce = NULL;
@@ -153,7 +153,6 @@ static int checkout_all(const char *prefix, int prefix_length)
                 * exit with the same code as die().
                 */
                exit(128);
-       return 0;
 }
 
 static const char checkout_cache_usage[] =