summaryrefslogtreecommitdiff
path: root/gpxe/src/config/umalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/config/umalloc.h')
-rw-r--r--gpxe/src/config/umalloc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gpxe/src/config/umalloc.h b/gpxe/src/config/umalloc.h
deleted file mode 100644
index 65febf1f..00000000
--- a/gpxe/src/config/umalloc.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef CONFIG_UMALLOC_H
-#define CONFIG_UMALLOC_H
-
-/** @file
- *
- * User memory allocation API configuration
- *
- */
-
-FILE_LICENCE ( GPL2_OR_LATER );
-
-#include <config/defaults.h>
-
-#endif /* CONFIG_UMALLOC_H */