lib: remove LOADING_ERROR status
[babeltrace.git] / include / babeltrace2 / func-status.h
index 640cc98a150696755e6453b3647d60304906daa2..619dad02f1a6370cf1734a927e76f7fb632934b9 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
- * Copyright (c) 2019 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
 # 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.022817 seconds and 4 git commands to generate.