perf target: Remove unused hybrid value
[linux-2.6-microblaze.git] / tools / perf / util / target.h
index 880f1af..d582cae 100644 (file)
@@ -17,7 +17,6 @@ struct target {
        bool         default_per_cpu;
        bool         per_thread;
        bool         use_bpf;
-       bool         hybrid;
        int          initial_delay;
        const char   *attr_map;
 };