Commit 9cf2c9dc by Edward Thomson

signature: use GIT_ASSERT

parent 42594f3f
......@@ -304,9 +304,6 @@ void git_signature__writebuf(git_buf *buf, const char *header, const git_signatu
int offset, hours, mins;
char sign;
GIT_ASSERT_ARG(buf);
GIT_ASSERT_ARG(sig);
offset = sig->when.offset;
sign = (sig->when.offset < 0 || sig->when.sign == '-') ? '-' : '+';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment