Removed test function

This commit is contained in:
Nathan Broadbent
2011-10-19 18:13:48 +08:00
parent 16f14291bf
commit c77060a757

View File

@@ -25,8 +25,6 @@ update_scm_breeze() {
}
_create_or_patch_scmbrc() {
testfunc() { echo 'i should exist after updating'; }
# Create or attempt to patch '~/.*.scmbrc' files.
patchfile=$(mktemp)
for scm in git; do