summaryrefslogtreecommitdiff
path: root/lib/mysql-functions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-18 15:25:44 +0200
committerErich Eckner <git@eckner.net>2019-06-18 15:25:44 +0200
commit5b3123ec097b256eb093cbabd32c841a77f1b8b0 (patch)
treeb804d5d0065ec4c4a9d3cc58b492aedcc3a584f9 /lib/mysql-functions
parent6b25b6aabcbfd6618d75943a0e01707cdf1bd85d (diff)
downloadbuilder-5b3123ec097b256eb093cbabd32c841a77f1b8b0.tar.xz
lib/mysql-functions: remove done TODO
Diffstat (limited to 'lib/mysql-functions')
-rwxr-xr-xlib/mysql-functions4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions
index f901edb..67e49aa 100755
--- a/lib/mysql-functions
+++ b/lib/mysql-functions
@@ -4,10 +4,6 @@
# shellcheck disable=SC2016,SC2039,SC2119,SC2120
-# TODO: it would be nice to have the info how many build assignments are
-# blocked by each buildassignment - this would be helpful on the web
-# frontend, too
-
if [ -z "${base_dir}" ]; then
# just to make shellcheck happy
. '../lib/load-configuration'