dev-python/dbus-python: Remove duplicate run_in_build_dir func

This commit is contained in:
Michał Górny
2018-07-24 12:38:34 +02:00
parent c1769991bb
commit b160d7e916

View File

@@ -84,9 +84,3 @@ src_install() {
doins -r examples
fi
}
run_in_build_dir() {
pushd "${BUILD_DIR}" > /dev/null || die
"$@"
popd > /dev/null
}