remove unused variables
[ust.git] / libustd / libustd.c
index e0d48b589afdbd199bdd9f4bb343f0a2ad10196f..3c934536c6785e6d2519b37cc11886dc2351cc8e 100644 (file)
@@ -188,8 +188,6 @@ struct buffer_info *connect_buffer(struct libustd_instance *instance, pid_t pid,
        char *send_msg;
        char *received_msg;
        int result;
-       char *tmp;
-       int fd;
        struct shmid_ds shmds;
 
        buf = (struct buffer_info *) malloc(sizeof(struct buffer_info));
This page took 0.022646 seconds and 4 git commands to generate.