lib: remove bt_packet_context_field API
[babeltrace.git] / include / babeltrace2 / trace-ir / packet.h
index ff473534a77cb250981b2c2f3801202b48569e0d..6a310854b89545a11842c3fb4baa66e9f56e3f6f 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_TRACE_IR_PACKET_H
 
 /*
- * Copyright 2016-2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -21,9 +21,6 @@
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * The Common Trace Format (CTF) Specification is available at
- * http://www.efficios.com/ctf
  */
 
 #ifndef __BT_IN_BABELTRACE_H
@@ -45,14 +42,6 @@ extern bt_stream *bt_packet_borrow_stream(bt_packet *packet);
 extern
 bt_field *bt_packet_borrow_context_field(bt_packet *packet);
 
-typedef enum bt_packet_move_context_field_status {
-       BT_PACKET_MOVE_CONTEXT_FIELD_STATUS_OK  = __BT_FUNC_STATUS_OK,
-} bt_packet_move_context_field_status;
-
-extern
-bt_packet_move_context_field_status bt_packet_move_context_field(
-               bt_packet *packet, bt_packet_context_field *context);
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.041122 seconds and 4 git commands to generate.