Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 865367db authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

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: default avatarBen Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7c95a9d9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -14,11 +14,6 @@ function pgset() {
    fi
}

function pg() {
    echo inject > $PGDEV
    cat $PGDEV
}

# Config Start Here -----------------------------------------------------------


+0 −5
Original line number Diff line number Diff line
@@ -14,11 +14,6 @@ function pgset() {
    fi
}

function pg() {
    echo inject > $PGDEV
    cat $PGDEV
}

# Config Start Here -----------------------------------------------------------


+0 −5
Original line number Diff line number Diff line
@@ -14,11 +14,6 @@ function pgset() {
    fi
}

function pg() {
    echo inject > $PGDEV
    cat $PGDEV
}

# Config Start Here -----------------------------------------------------------


+0 −5
Original line number Diff line number Diff line
@@ -14,11 +14,6 @@ function pgset() {
    fi
}

function pg() {
    echo inject > $PGDEV
    cat $PGDEV
}

# Config Start Here -----------------------------------------------------------


+0 −5
Original line number Diff line number Diff line
@@ -14,11 +14,6 @@ function pgset() {
    fi
}

function pg() {
    echo inject > $PGDEV
    cat $PGDEV
}

# Config Start Here -----------------------------------------------------------


Loading