lib: remove LOADING_ERROR status
[babeltrace.git] / include / babeltrace2 / func-status.h
index 3970be67e32621412b9aa3683fc0c358bd1c867f..619dad02f1a6370cf1734a927e76f7fb632934b9 100644 (file)
 # define __BT_FUNC_STATUS_MEMORY_ERROR         -12
 #endif
 
-/* Plugin loading error */
-#ifndef __BT_FUNC_STATUS_LOADING_ERROR
-# define __BT_FUNC_STATUS_LOADING_ERROR                -2
-#endif
-
 /* General error */
 #ifndef __BT_FUNC_STATUS_ERROR
 # define __BT_FUNC_STATUS_ERROR                        -1
This page took 0.022283 seconds and 4 git commands to generate.