Whamcloud - gitweb
b=14238, i=liangzhen, i=maxim:
[fs/lustre-release.git] / lnet / lnet / api-errno.c
index 2f32cbf..a158d6e 100644 (file)
@@ -9,41 +9,3 @@
  */
 
 /* If you change these, you must update the number table in portals/errno.h */
-const char *ptl_err_str[] = {
-        "PTL_OK",
-        "PTL_SEGV",
-
-        "PTL_NO_SPACE",
-        "PTL_ME_IN_USE",
-        "PTL_VAL_FAILED",
-
-        "PTL_NAL_FAILED",
-        "PTL_NO_INIT",
-        "PTL_IFACE_DUP",
-        "PTL_IFACE_INVALID",
-
-        "PTL_HANDLE_INVALID",
-        "PTL_MD_INVALID",
-        "PTL_ME_INVALID",
-/* If you change these, you must update the number table in portals/errno.h */
-        "PTL_PROCESS_INVALID",
-        "PTL_PT_INDEX_INVALID",
-
-        "PTL_SR_INDEX_INVALID",
-        "PTL_EQ_INVALID",
-        "PTL_EQ_DROPPED",
-
-        "PTL_EQ_EMPTY",
-        "PTL_MD_NO_UPDATE",
-        "PTL_FAIL",
-
-        "PTL_IOV_INVALID",
-
-        "PTL_EQ_IN_USE",
-
-        "PTL_NI_INVALID",
-        "PTL_MD_ILLEGAL",
-
-        "PTL_MAX_ERRNO"
-};
-/* If you change these, you must update the number table in portals/errno.h */