diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 35: Remove forgotten --num-iter references.

Message ID 20110623142315.3922.62237.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org June 23, 2011, 2:23 p.m. UTC
------------------------------------------------------------
revno: 35
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Thu 2011-06-23 17:13:00 +0300
message:
  Remove forgotten --num-iter references.
modified:
  src/options.cc


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'src/options.cc'
--- src/options.cc	2011-06-23 13:32:36 +0000
+++ src/options.cc	2011-06-23 14:13:00 +0000
@@ -53,7 +53,6 @@ 
     {"force-tex-update", 0, 0, 0},
     {"manual-redirect", 0, 0, 0},
     {"run-forever", 0, 0, 0},
-    {"num-iters", 1, 0, 0},
     {"list-tests", 0, 0, 0},
     {"no-swap-buffers", 0, 0, 0},
     {"debug", 0, 0, 0},
@@ -93,8 +92,6 @@ 
            "  --force-tex-update Force texture updates even when they are unchanged\n"
            "  --manual-redirect  Perform a manual redirect when using XComposite\n"
            "  --run-forever      Run indefinitely, looping from the last test back to the first\n"
-           "  --num-iters <NUM>  The number of iterations run for each test\n"
-           "                     [default: 5]\n"
            "  --list-tests       List the avalaible tests and their options\n"
            "  --no-swap-buffers  Don't update the screen by swapping the front and\n"
            "                     back buffer, use glFinish() instead\n"