summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/t-rex-645
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/t-rex-64 b/scripts/t-rex-64
index fc8318a5..e8947f65 100755
--- a/scripts/t-rex-64
+++ b/scripts/t-rex-64
@@ -25,11 +25,6 @@ done <<< "$($PYTHON dpdk_setup_ports.py --dump-pci-description)"
cd $(dirname $0)
export LD_LIBRARY_PATH=$PWD
-#Add dummy lib in case we don't find it, e.g. there is no OFED installed
-if ldd _$(basename $0) | grep "libibverbs.so" | grep -q "not found"; then
-export LD_LIBRARY_PATH=$PWD:$PWD/dumy_libs
-fi
-
if [ -t 0 ] && [ -t 1 ]; then
export is_tty=true