tracing/filters: Add __field_ext() to TRACE_EVENT
[safe/jmp/linux-2.6] / kernel / trace / trace_events_filter.c
index 22e6d82..8a8e576 100644 (file)
@@ -475,12 +475,6 @@ static int filter_add_pred_fn(struct filter_parse_state *ps,
        return 0;
 }
 
-enum {
-       FILTER_OTHER = 0,
-       FILTER_STATIC_STRING,
-       FILTER_DYN_STRING,
-};
-
 int filter_assign_type(const char *type)
 {
        if (strstr(type, "__data_loc") && strstr(type, "char"))