Remove variável não utilizada
[cascardo/declara.git] / lib / sistema.c
index 2d3e718..4223aee 100644 (file)
@@ -38,7 +38,6 @@ void sistema_free(struct declaracao *dec)
 
 static int run_sistema(struct declaracao *dec, char **args, int argc)
 {
-       struct rendimento *rendimento;
        int r;
        if (argc != 5)
                return -EINVAL;