summaryrefslogtreecommitdiff
path: root/remote.inc.sh
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2014-08-20 20:12:20 -0400
committerDave Reisner <dreisner@archlinux.org>2014-08-20 20:12:20 -0400
commita0a8880db3b4fa5e8ed871525723c016d20135bf (patch)
treeae90be2dacc472a03ea6883f2c32bf2189008a08 /remote.inc.sh
parent7f6ce5326c8d09230ef819f5aaa1a0d321919f80 (diff)
downloadasp32-a0a8880db3b4fa5e8ed871525723c016d20135bf.tar.xz
remove dead code
Diffstat (limited to 'remote.inc.sh')
-rw-r--r--remote.inc.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/remote.inc.sh b/remote.inc.sh
index f7e5539..81f2935 100644
--- a/remote.inc.sh
+++ b/remote.inc.sh
@@ -73,12 +73,6 @@ remote_update() {
remote_update_refs "$remote" "${refspecs[@]}"
}
-remote_get_url() {
- local remote=$1
-
- git ls-remote --get-url "$remote"
-}
-
remote_untrack() {
local remote=$1 pkgname=$2