summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
-rw-r--r--src/version.c6
2 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index b4d65ce..e120f03 100644
--- a/src/main.c
+++ b/src/main.c
@@ -40,7 +40,6 @@
* - thread.h (multi-threading)
* - trie.[ch] (a trie set/map implementation)
* - typo.[ch] (fuzzy matching for typos)
- * - version.c (defines the version number)
* - xregex.[ch] (regular expression support)
* - xspawn.[ch] (spawns processes)
* - xtime.[ch] (date/time handling utilities)
diff --git a/src/version.c b/src/version.c
deleted file mode 100644
index 736f3d5..0000000
--- a/src/version.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright © Tavian Barnes <tavianator@tavianator.com>
-// SPDX-License-Identifier: 0BSD
-
-#include "config.h"
-
-const char bfs_version[] = BFS_VERSION;