9p: remove unused variable in p9_fd_create()
[linux-drm-fsl-dcu.git] / net / 9p / trans_fd.c
index 80d08f6664cbb5611eef291b959facd5332a61ef..c73b894846c17db57bc1b74440618e06e897cdcc 100644 (file)
@@ -1013,7 +1013,6 @@ p9_fd_create(struct p9_client *client, const char *addr, char *args)
 {
        int err;
        struct p9_fd_opts opts;
-       struct p9_trans_fd *p;
 
        parse_opts(args, &opts);
 
@@ -1026,7 +1025,6 @@ p9_fd_create(struct p9_client *client, const char *addr, char *args)
        if (err < 0)
                return err;
 
-       p = (struct p9_trans_fd *) client->trans;
        p9_conn_create(client);
 
        return 0;