summaryrefslogtreecommitdiff
path: root/cmake/files.txt.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/files.txt.ejs')
-rw-r--r--cmake/files.txt.ejs9
1 files changed, 0 insertions, 9 deletions
diff --git a/cmake/files.txt.ejs b/cmake/files.txt.ejs
deleted file mode 100644
index 6faa184c29..0000000000
--- a/cmake/files.txt.ejs
+++ /dev/null
@@ -1,9 +0,0 @@
-<%
- const groups = locals.groups;
--%>
-# This file is generated. Do not edit. Regenerate this with scripts/generate-cmake-files.js
-<% for (const key of Object.keys(groups).sort()) { -%>
-
-# <%- key %>
-<%- groups[key].sort().join('\n') %>
-<% } -%>