Skip to content

Commit 01a1484

Browse files
Update test_myshell.c
1 parent 612878d commit 01a1484

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/tests/cases/test_myshell.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ FOSSIL_TEST(c_test_myshell_commit_branch_checkout) {
115115
remove(file_name);
116116
}
117117

118-
static bool log_cb(const char *commit_hash, const char *message, void *user) {
119-
int *count = (int *)user;
120-
(*count)++;
121-
return true;
122-
}
123-
124118
FOSSIL_TEST(c_test_myshell_log_history) {
125119
fossil_bluecrab_myshell_error_t err;
126120
const char *file_name = "test5.myshell";

0 commit comments

Comments
 (0)