prefix_filename: move docstring to header file
[gitweb.git] / abspath.c
index b02e068aa347db683b00246061b48bfafabbc1c0..fd30aff08fdae93ecb7283b4e145cab41fd2f9c9 100644 (file)
--- a/abspath.c
+++ b/abspath.c
@@ -246,11 +246,6 @@ char *absolute_pathdup(const char *path)
        return strbuf_detach(&sb, NULL);
 }
 
-/*
- * Unlike prefix_path, this should be used if the named file does
- * not have to interact with index entry; i.e. name of a random file
- * on the filesystem.
- */
 const char *prefix_filename(const char *pfx, int pfx_len, const char *arg)
 {
        static struct strbuf path = STRBUF_INIT;