Imprime linha de resumo e totais da declaração simplificada.
[cascardo/declara.git] / rendimento.h
index 68f8bc5..11fc0ab 100644 (file)
@@ -32,7 +32,6 @@ struct rendimento {
        char *saida;
 };
 
-void rendimento_dump(struct declaracao *dec);
 void rendimento_salva(struct declaracao *dec, FILE *f);
 void rendimento_free(void *pointer);