fix bug that always forced the consumed offset at 0
[ust.git] / libust / tracectl.c
index c0bf6d2d7536702e02bcf07c9a39f35f7f872689..3a5a3385d2522ae094046cef4d570cc61dd303eb 100644 (file)
@@ -640,7 +640,6 @@ static int do_cmd_put_subbuffer(const char *recvbuf, struct ustcomm_source *src)
                if(!strcmp(trace->channels[i].channel_name, ch_name)) {
                        struct ust_buffer *buf = channel->buf[ch_cpu];
                        char *reply;
-                       long consumed_old=0;
 
                        found = 1;
 
This page took 0.022209 seconds and 4 git commands to generate.