1
0
Fork 0

samples/pktgen: Delete unused function pg()

This function is not used and wouldn't do anything useful as
pktgen does not have an 'inject' command.

Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Ben Hutchings 2015-02-24 02:32:17 +00:00 committed by David S. Miller
parent 7c95a9d962
commit 865367db65
8 changed files with 0 additions and 40 deletions

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------

View File

@ -14,11 +14,6 @@ function pgset() {
fi
}
function pg() {
echo inject > $PGDEV
cat $PGDEV
}
# Config Start Here -----------------------------------------------------------