summaryrefslogtreecommitdiff
path: root/cmake/ReadFile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ReadFile.cmake')
-rw-r--r--cmake/ReadFile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/ReadFile.cmake b/cmake/ReadFile.cmake
deleted file mode 100644
index be60f1fa7..000000000
--- a/cmake/ReadFile.cmake
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file is external to the read_from_file macro in Anope.cmake in order to
-# get around a possible memory leak in older versions of CMake.
-
-file(READ "${FILE}" RESULT)
-message("${RESULT}")