tools: remove src/tools/codelines master github/master
authorBruce Momjian <bruce@momjian.us>
Sat, 22 Nov 2025 17:01:56 +0000 (12:01 -0500)
committerBruce Momjian <bruce@momjian.us>
Sat, 22 Nov 2025 17:02:14 +0000 (12:02 -0500)
This is a one-line script never gained general usage since being added
in 2005.

Backpatch-through: master

src/tools/codelines [deleted file]

diff --git a/src/tools/codelines b/src/tools/codelines
deleted file mode 100755 (executable)
index 93ad571..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# src/tools/codelines
-
-# This script is used to compute the total number of "C" lines in the release
-# This should be run from the top of the Git tree.
-git ls-files -- '*.[chyl]' | xargs cat | wc -l