diff options
author | David Barr <davidbarr@google.com> | 2012-06-01 00:41:30 +1000 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2012-07-05 23:26:51 -0500 |
commit | 3b8a3051733e754dad587e5a73fba7f367c7e0db (patch) | |
tree | fcda569fca679197151792fdc575e4e1ae8d1e2c /vcs-svn/line_buffer.c | |
parent | vcs-svn: suppress -Wtype-limits warning (diff) | |
download | tgif-3b8a3051733e754dad587e5a73fba7f367c7e0db.tar.xz |
vcs-svn: drop no-op reset methods
Since v1.7.5~42^2~6 (vcs-svn: remove buffer_read_string)
buffer_reset() does nothing thus fast_export_reset() also.
Signed-off-by: David Barr <davidbarr@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'vcs-svn/line_buffer.c')
-rw-r--r-- | vcs-svn/line_buffer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcs-svn/line_buffer.c b/vcs-svn/line_buffer.c index 01fcb842f1..57cc1cec03 100644 --- a/vcs-svn/line_buffer.c +++ b/vcs-svn/line_buffer.c @@ -124,7 +124,3 @@ off_t buffer_skip_bytes(struct line_buffer *buf, off_t nbytes) } return done; } - -void buffer_reset(struct line_buffer *buf) -{ -} |