perf annotate: Make annotation_line__max_percent static
[linux-2.6-microblaze.git] / tools / perf / util / annotate.h
index 5f24fc9..a93502d 100644 (file)
@@ -169,7 +169,6 @@ struct annotation_write_ops {
        void (*write_graph)(void *obj, int graph);
 };
 
-double annotation_line__max_percent(struct annotation_line *al, struct annotation *notes);
 void annotation_line__write(struct annotation_line *al, struct annotation *notes,
                            struct annotation_write_ops *ops);