lib: remove CTF concepts of packet and event headers
[babeltrace.git] / include / babeltrace / trace-ir / trace-internal.h
index 4154be6e56827a3211d93bfa0c9c49be78eab64e..aa4cee514c3ab7f363436ba060d0ce8131bc46e7 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_TRACE_IR_TRACE_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@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
  * in the Software without restriction, including without limitation the rights
@@ -65,7 +64,6 @@ struct bt_trace {
         */
        GHashTable *stream_classes_stream_count;
 
-       struct bt_field_class *packet_header_fc;
        GArray *is_static_listeners;
        bool is_static;
        bool in_remove_listener;
This page took 0.03983 seconds and 4 git commands to generate.