]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_table_ports.c
app/test: fix devargs tests
[dpdk.git] / app / test / test_table_ports.c
index e9d45b0e908f6b25a7f24f96d22310385aeaf8c7..25323677891323b0365d7108cbf4f1e747a3e2a8 100644 (file)
@@ -31,8 +31,6 @@
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifdef RTE_LIBRTE_TABLE
-
 #include "test_table_ports.h"
 #include "test_table.h"
 
@@ -220,5 +218,3 @@ test_port_ring_writer(void)
 
        return 0;
 }
-
-#endif