summaryrefslogtreecommitdiff
path: root/src/thread-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread-utils.h')
-rw-r--r--src/thread-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/thread-utils.h b/src/thread-utils.h
index d71fabe10..10143475a 100644
--- a/src/thread-utils.h
+++ b/src/thread-utils.h
@@ -349,8 +349,6 @@ GIT_INLINE(int64_t) git_atomic64_get(git_atomic64 *a)
#define git__load(ptr) (void *)git___load((void * volatile *)&ptr)
-extern int git_online_cpus(void);
-
#if defined(GIT_THREADS)
# if defined(GIT_WIN32)