(get_view_str): Remove case for normal_view.

This commit is contained in:
Paul Eggert
2005-01-27 22:03:07 +00:00
parent ccf830a458
commit a8999f947d

View File

@@ -1,6 +1,6 @@
/* VCG description handler for Bison.
Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
@@ -336,9 +336,10 @@ get_crossing_type_str (enum crossing_type crossing_type)
static const char *
get_view_str (enum view view)
{
/* There is no way with vcg 1.30 to specify a normal view explicitly,
so it is an error here if view == normal_view. */
switch (view)
{
case normal_view: return "normal_view";
case cfish: return "cfish";
case pfish: return "pfish";
case fcfish: return "fcfish";