X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmsg-iter%2Fmsg-iter.h;h=5176a93b8910808c750ed4cb2a930f26d0285816;hb=026f1a5ae0fde993dc87497aa1ac06c112734247;hp=dd3b01d3d5597aabcbeb599fd05efcee47f8865c;hpb=30174f59ca102e1a3cff21521c901523597483ad;p=babeltrace.git diff --git a/src/plugins/ctf/common/msg-iter/msg-iter.h b/src/plugins/ctf/common/msg-iter/msg-iter.h index dd3b01d3..5176a93b 100644 --- a/src/plugins/ctf/common/msg-iter/msg-iter.h +++ b/src/plugins/ctf/common/msg-iter/msg-iter.h @@ -61,9 +61,6 @@ enum ctf_msg_iter_medium_status { */ CTF_MSG_ITER_MEDIUM_STATUS_AGAIN = 11, - /** Unsupported operation. */ - CTF_MSG_ITER_MEDIUM_STATUS_UNSUPPORTED = -3, - /** General error. */ CTF_MSG_ITER_MEDIUM_STATUS_ERROR = -1, @@ -94,9 +91,6 @@ enum ctf_msg_iter_status { */ CTF_MSG_ITER_STATUS_AGAIN = CTF_MSG_ITER_MEDIUM_STATUS_AGAIN, - /** Unsupported operation. */ - CTF_MSG_ITER_STATUS_UNSUPPORTED = CTF_MSG_ITER_MEDIUM_STATUS_UNSUPPORTED, - /** General error. */ CTF_MSG_ITER_STATUS_ERROR = CTF_MSG_ITER_MEDIUM_STATUS_ERROR,