summaryrefslogtreecommitdiff
path: root/src/allocators/stdalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/stdalloc.h')
-rw-r--r--src/allocators/stdalloc.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/allocators/stdalloc.h b/src/allocators/stdalloc.h
deleted file mode 100644
index fa23fe6e3..000000000
--- a/src/allocators/stdalloc.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_stdalloc_h__
-#define INCLUDE_allocators_stdalloc_h__
-
-#include "common.h"
-
-#include "alloc.h"
-
-int git_stdalloc_init_allocator(git_allocator *allocator);
-
-#endif