remove unused variables
[ust.git] / libust / tracectl.c
index a82c107c24364e35bfde21413215c412402cad76..ac551d50e802afec1bcd3a1abdcba6cddbf1c326 100644 (file)
@@ -469,7 +469,6 @@ static int do_cmd_get_subbuf_size(const char *recvbuf, struct ustcomm_source *sr
 static unsigned int pow2_higher_or_eq(unsigned int v)
 {
        int hb = fls(v);
-       int hbm1 = hb-1;
        int retval = 1<<(hb-1);
 
        if(v-retval == 0)
This page took 0.022467 seconds and 4 git commands to generate.