summaryrefslogtreecommitdiff
path: root/ACE/apps/drwho/Options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/drwho/Options.cpp')
-rw-r--r--ACE/apps/drwho/Options.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/apps/drwho/Options.cpp b/ACE/apps/drwho/Options.cpp
index e302d6a32a1..0cda644da72 100644
--- a/ACE/apps/drwho/Options.cpp
+++ b/ACE/apps/drwho/Options.cpp
@@ -80,12 +80,10 @@ Options::set_options (int argc, char *argv[])
Options::program_name = argv[0];
- //FUZZ: disable check_for_exception_sepc
ACE_Get_Opt getopt (argc, argv, "?aA:bdF:f:hH:Llp:rRsSt:w:");
while ((c = getopt ()) != -1)
{
- //FUZZ: enable check_for_exception_sepc
switch (c)
{
case '?':