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>
This commit is contained in:
parent
7c95a9d962
commit
865367db65
8 changed files with 0 additions and 40 deletions
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
|
@ -14,11 +14,6 @@ function pgset() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pg() {
|
||||
echo inject > $PGDEV
|
||||
cat $PGDEV
|
||||
}
|
||||
|
||||
# Config Start Here -----------------------------------------------------------
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue