revert sy6 changes

This commit is contained in:
Yihong Chen
2016-02-10 20:28:14 -05:00
parent c1216b66b3
commit bfb353c211
3 changed files with 0 additions and 52 deletions

View File

@@ -480,7 +480,6 @@ static const char *testmenu[] = {
"[sy3] CV test (1) ",
"[sy4] CV test #2 (1) ",
"[sy5] RW lock test (1) ",
"[sy6] Lock test #2 (1) ",
#if OPT_SYNCHPROBS
"[sp1] Whalemating test (1) ",
"[sp2] Stoplight test (1) ",
@@ -615,7 +614,6 @@ static struct {
{ "sy3", cvtest },
{ "sy4", cvtest2 },
{ "sy5", rwtest },
{ "sy6", locktest2 },
#if OPT_SYNCHPROBS
{ "sp1", whalemating },
{ "sp2", stoplight },