Merge branch 'jc/describe'
[gitweb.git] / t / t3404-rebase-interactive.sh
index 8b3e2cdfac6354a8cc410ead8aeee6b90e0ce228..15dcbd42d367c3ef6b487e0f235ad201b6cf8413 100755 (executable)
@@ -29,12 +29,6 @@ Initial setup:
 
 . "$TEST_DIRECTORY"/lib-rebase.sh
 
-test_cmp_rev () {
-       git rev-parse --verify "$1" >expect.rev &&
-       git rev-parse --verify "$2" >actual.rev &&
-       test_cmp expect.rev actual.rev
-}
-
 set_fake_editor
 
 # WARNING: Modifications to the initial repository can change the SHA ID used