summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_common.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/builder_common.sh b/tools/builder_common.sh
index 8624334..fe431cd 100644
--- a/tools/builder_common.sh
+++ b/tools/builder_common.sh
@@ -1060,12 +1060,6 @@ clean_builder() {
echo ">>> Cleaning of builder environment has finished."
}
-# This routine ensures that the $FREEBSD_SRC_DIR has sources
-# and is ready for action / building.
-ensure_source_directories_present() {
- update_freebsd_sources
-}
-
clone_directory_contents() {
if [ ! -d "$1" -o ! -d "$2" ]; then
if [ -z "${LOGFILE}" ]; then
OpenPOWER on IntegriCloud