Filter: remove interpreter dynamic typing
[lttng-ust.git] / liblttng-ust / lttng-filter.h
index 5d22cca1c7e9d64a197667491ec5bf6d6611f317..4ca8dfc6fbaca0a1370ac4c8ba7256ab084da9cf 100644 (file)
@@ -132,8 +132,6 @@ int vstack_pop(struct vstack *stack)
 
 /* Execution stack */
 struct estack_entry {
-       enum entry_type type;
-
        union {
                int64_t v;
                double d;
This page took 0.023592 seconds and 4 git commands to generate.