Whamcloud - gitweb
- fixed typo in a comment.
[fs/lustre-release.git] / lnet / lnet / api-errno.c
index 1c01c88..a158d6e 100644 (file)
@@ -5,41 +5,7 @@
  * Instantiate the string table of errors
  *
  *   This file is part of Lustre, http://www.sf.net/projects/lustre/
+ *   This file is not subject to copyright protection.
  */
 
 /* 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_MAX_ERRNO"
-};
-/* If you change these, you must update the number table in portals/errno.h */