diff options
author | Evan Huus <eapache@gmail.com> | 2014-02-21 02:16:43 +0000 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2014-02-21 02:16:51 +0000 |
commit | 3f2be6dbe858e6486cabebc9d61728cd4c243c00 (patch) | |
tree | b63eb4c55d7e1673f98a371d8787de906807baaf /stat_menu.h | |
parent | 5b7f00178f45149ecdce204f1c71c1598ceedac1 (diff) |
Revert "Add test suite for verifying Lua global variables/tables of previous releases have not disappeared."
This reverts commit 5b7f00178f45149ecdce204f1c71c1598ceedac1.
Change-Id: Idf09d25270847970713b67d02bcd7cbc411a4e9c
Reviewed-on: https://code.wireshark.org/review/280
Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'stat_menu.h')
-rw-r--r-- | stat_menu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stat_menu.h b/stat_menu.h index e5f79bb268..269fb0f387 100644 --- a/stat_menu.h +++ b/stat_menu.h @@ -47,7 +47,6 @@ extern "C" { * REGISTER_ANALYZE_GROUP_CONVERSATION * REGISTER_STAT_GROUP_CONVERSATION * REGISTER_STAT_GROUP_RESPONSE - * REGISTER_STAT_GROUP_ENDPOINT * In other words, because there is a REGISTER_STAT_GROUP_RESPONSE_TIME, you cannot * add a REGISTER_STAT_GROUP_RESPONSE nor a REGISTER_STAT_GROUP_RESPONSE_FOOBAR * because they use the same "REGISTER_STAT_GROUP_RESPONSE" prefix. |