]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_common_errno.c
eal: remove useless errno
[dpdk.git] / lib / librte_eal / common / eal_common_errno.c
index 259f89587f31216a256c5da858125047a55d1b38..de48d8e44cea77b1f5a50c8921b61d7d7f4a55e6 100644 (file)
@@ -64,8 +64,6 @@ rte_strerror(int errnum)
                        return "Invalid call in secondary process";
                case E_RTE_NO_CONFIG:
                        return "Missing rte_config structure";
-               case E_RTE_NO_TAILQ:
-                       return "No TAILQ initialised";
                default:
                        strerror_r(errnum, RTE_PER_LCORE(retval), RETVAL_SZ);
                }