aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap6
1 files changed, 0 insertions, 6 deletions
diff --git a/bootstrap b/bootstrap
index 4663438e..69e6ad62 100755
--- a/bootstrap
+++ b/bootstrap
@@ -31,9 +31,3 @@ fi
echo "$0: Running autoreconf"
autoreconf -if
-
-echo "Importing single-page app (from external Git repository)"
-cd contrib/wallet-core
-git checkout -f origin/prebuilt
-
-exit 0