[ovs-dev] [PATCH] ovsdb: Remove unused "struct ovsdb_log_read_cbdata".

Ben Pfaff blp at ovn.org
Mon Mar 28 04:49:07 UTC 2016


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 ovsdb/log.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/ovsdb/log.c b/ovsdb/log.c
index 1e4c75e..c1f8225 100644
--- a/ovsdb/log.c
+++ b/ovsdb/log.c
@@ -196,13 +196,6 @@ parse_header(char *header, unsigned long int *length,
     return true;
 }
 
-struct ovsdb_log_read_cbdata {
-    char input[4096];
-    struct ovsdb_log *file;
-    int error;
-    unsigned long length;
-};
-
 static struct ovsdb_error *
 parse_body(struct ovsdb_log *file, off_t offset, unsigned long int length,
            uint8_t sha1[SHA1_DIGEST_SIZE], struct json **jsonp)
-- 
2.1.3




More information about the dev mailing list