lib: remove "unknown clock snapshot" concept
[babeltrace.git] / include / babeltrace / trace-ir / resolve-field-path-internal.h
index f695781188eb4de0302e6aa787219bd6431430fe..9a98b3166c1f29ce1cceaf44db3c2414e7994e72 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE_TRACE_IR_RESOLVE_FIELD_PATH_INTERNAL
 
 /*
- * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
+ * Copyright 2016-2018 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -32,9 +32,7 @@
 #include <glib.h>
 
 struct bt_resolve_field_path_context {
-       struct bt_field_class *packet_header;
        struct bt_field_class *packet_context;
-       struct bt_field_class *event_header;
        struct bt_field_class *event_common_context;
        struct bt_field_class *event_specific_context;
        struct bt_field_class *event_payload;
This page took 0.030346 seconds and 4 git commands to generate.