Signed-off-by: Ben Pfaff <b...@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

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to