summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-09-23 07:46:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-09-23 07:46:32 (EDT)
commitc947891930504dda5f398e0f9dadcc1146f431f0 (patch)
tree5dc69acd80d39db173e74af36168d3dcac446b30 /lib/profile.sh
parentd951d66655bde302110907377c8231ce1cffff67 (diff)
profile_get_os_release(): Drop
base-files provides this as of version 1.0.3.
Diffstat (limited to 'lib/profile.sh')
-rw-r--r--lib/profile.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index f1ef6f0..caa1160 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -137,12 +137,3 @@ profile_configure_system_foreign()
"prof_${profile}_configure_system_foreign" "${root}"
}
-
-# TODO: /etc/os-release should be provided by base-files.
-profile_get_os_release()
-{
- local arch="${1}"
- local plat="${2}"
-
- "prof_${profile}_get_os_release" "${arch}" "${plat}"
-}