summaryrefslogtreecommitdiff
path: root/ot_iovec.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-16 16:18:53 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-16 16:18:53 +0200
commitd3985b00b5fb272f6d8bb8ba8ac50b493c40082d (patch)
treeb09a5512b32c55e0f35d9411a214957527171155 /ot_iovec.c
parent8fd8a54c4ee34e5d879227f261f881f13002f789 (diff)
Remove CVS version tags, they did not work anymore after moving to git
Diffstat (limited to 'ot_iovec.c')
-rw-r--r--ot_iovec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ot_iovec.c b/ot_iovec.c
index 9fb30cc..8e94c52 100644
--- a/ot_iovec.c
+++ b/ot_iovec.c
@@ -90,5 +90,3 @@ size_t iovec_length(const int *iovec_entries, const struct iovec **iovector) {
90 length += ((*iovector)[i]).iov_len; 90 length += ((*iovector)[i]).iov_len;
91 return length; 91 return length;
92} 92}
93
94const char *g_version_iovec_c = "$Source$: $Revision$\n";