Skip to content

Commit f1a1162

Browse files
committed
Fixup remove unused code
1 parent 67e58c9 commit f1a1162

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

localtests/test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,6 @@ verify_master_and_replica() {
107107
fi
108108
}
109109

110-
exec_cmd() {
111-
echo "$@"
112-
command "$@" 1>$test_logfile 2>&1
113-
return $?
114-
}
115-
116110
echo_dot() {
117111
echo -n "."
118112
}

0 commit comments

Comments
 (0)