Skip to content

Commit 336b462

Browse files
committed
SQUASH: nobody uses this function yet
Remove it for now to please the compiler so that we can test it.
1 parent 3ba2338 commit 336b462

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

sequencer.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,6 @@ static int write_message(struct strbuf *msgbuf, const char *filename)
265265
return res;
266266
}
267267

268-
static int write_file_gently(const char *filename,
269-
const char *text, int append_eol)
270-
{
271-
return write_with_lock_file(filename, text, strlen(text), append_eol);
272-
}
273-
274268
/*
275269
* Reads a file that was presumably written by a shell script, i.e.
276270
* with an end-of-line marker that needs to be stripped.

0 commit comments

Comments
 (0)