]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-objects.c
gitweb: remove unnecessary test when closing file descriptor
[thirdparty/git.git] / builtin / pack-objects.c
index f027b3abb4093e0382b3e612f03b634cee2c6b1d..b0503b202afb4356caaca794518fb4e21082a48f 100644 (file)
 #include "list-objects.h"
 #include "progress.h"
 #include "refs.h"
-
-#ifndef NO_PTHREADS
-#include <pthread.h>
 #include "thread-utils.h"
-#endif
 
 static const char pack_usage[] =
   "git pack-objects [ -q | --progress | --all-progress ]\n"