summaryrefslogtreecommitdiff
path: root/src/allocators/win32_leakcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/win32_leakcheck.h')
-rw-r--r--src/allocators/win32_leakcheck.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/allocators/win32_leakcheck.h b/src/allocators/win32_leakcheck.h
deleted file mode 100644
index 089690f90..000000000
--- a/src/allocators/win32_leakcheck.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (C) the libgit2 contributors. All rights reserved.
- *
- * This file is part of libgit2, distributed under the GNU GPL v2 with
- * a Linking Exception. For full terms see the included COPYING file.
- */
-
-#ifndef INCLUDE_allocators_win32_leakcheck_h
-#define INCLUDE_allocators_win32_leakcheck_h
-
-#include "common.h"
-
-#include "alloc.h"
-
-int git_win32_leakcheck_init_allocator(git_allocator *allocator);
-
-#endif