summaryrefslogtreecommitdiff
path: root/include/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.sh')
-rw-r--r--include/lib.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/lib.sh b/include/lib.sh
index cb3ba6cc..cf4305a1 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -29,12 +29,6 @@ mktarball()
x_ tar -c "$1" | xz -T$XBMK_THREADS -9e > "$2" || err "mktarball2, $1"
}
-rmgit()
-{
- fx_ "x_ rm -Rf" x_ find "$1" -name ".git"
- fx_ "x_ rm -Rf" x_ find "$1" -name ".gitmodules"
-}
-
e()
{
es_t="e" && [ $# -gt 1 ] && es_t="$2"