]> Dogcows Code - chaz/tar/blobdiff - src/names.c
Support exclusion patterns from various VCS ignore lists.
[chaz/tar] / src / names.c
index 60a5f700c3acaa3412e14b4da7cf6c3b900c96a7..9fc0ad5888ccc0f75e5c4d8da6925d807d4b1f66 100644 (file)
@@ -1373,12 +1373,6 @@ new_name (const char *file_name, const char *name)
   return buffer;
 }
 
-/* Return nonzero if file NAME is excluded.  */
-bool
-excluded_name (char const *name)
-{
-  return excluded_file_name (excluded, name + FILE_SYSTEM_PREFIX_LEN (name));
-}
 \f
 
 /* Return the size of the prefix of FILE_NAME that is removed after
This page took 0.020171 seconds and 4 git commands to generate.