summaryrefslogtreecommitdiffstats
path: root/src/ob-unpacksource.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 19:39:59 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 19:39:59 (EDT)
commite1e5ae15188307d55f10439431b47db0ba2b0e7d (patch)
treecef9a79cbc1d148f298baf1829819bb3608eb8eb /src/ob-unpacksource.sh
parent7d3e71b705485c7127b820ef84102d393d4ea1e4 (diff)
ob_parse_package_metadata(): Merge into ob_init_package()
Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API.
Diffstat (limited to 'src/ob-unpacksource.sh')
-rw-r--r--src/ob-unpacksource.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh
index 0716257..6518279 100644
--- a/src/ob-unpacksource.sh
+++ b/src/ob-unpacksource.sh
@@ -138,7 +138,6 @@ main()
fi
ob_init_package '..' || return 1
- ob_parse_package_metadata || return 1
if [ -d 'src' ]; then
ob_info "$(ob_get_msg 'already_unpacked')"