diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:52:24 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 14:52:24 (EDT) |
commit | d024f67fc56275433a30c220aca6da0f49346c87 (patch) | |
tree | 85d4b32c79f1a47da8479c7345c7d2e4e4ab4ebf /src/include.sh | |
parent | 0ad2c3323907bb06a57975c7c9f627d5ec2b5695 (diff) |
src/*.sh, src/cmd/*.sh: Drop use() calls
Diffstat (limited to 'src/include.sh')
-rw-r--r-- | src/include.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include.sh b/src/include.sh index 42ccf24..14476ee 100644 --- a/src/include.sh +++ b/src/include.sh @@ -20,11 +20,6 @@ [ "x${_INCLUDE_SM+set}" = 'xset' ] && return 0 _INCLUDE_SM=1 -use control -use db -use locale -use output - _INCLUDE_CHANGES_FIELDS='Format Source Binary Version Architecture Platform Distribution Maintainer Changed-By Date Description Changes Files' |