]> git.proxmox.com Git - ovs.git/commitdiff
ovsdb: Remove unused "struct ovsdb_log_read_cbdata".
authorBen Pfaff <blp@ovn.org>
Mon, 28 Mar 2016 04:49:01 +0000 (21:49 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 28 Mar 2016 21:08:12 +0000 (14:08 -0700)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
ovsdb/log.c

index 1e4c75ef2a77076e1620af440f62864672cba7ac..c1f822551bda341b8c3aa62d7dfd3c27e8dc3857 100644 (file)
@@ -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)