Commit 43521efa authored by Scott Vokes's avatar Scott Vokes
Browse files

Remove now-unused flag from bus_user_msg struct.

parent 3b671c03
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -210,7 +210,6 @@ typedef enum {
typedef struct {
    int fd;
    bus_socket_t type;
    bool use_SSL;
    uint64_t seq_id;
    uint8_t *msg;
    size_t msg_size;