]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gengtype-state.c
Update copyright years.
[thirdparty/gcc.git] / gcc / gengtype-state.c
index 5588b9e180f9c678927c6032e97f6fdf0b6ea284..d1d54e9de7d6519408dc777ee9e4193223db07ff 100644 (file)
@@ -1,7 +1,7 @@
 /* Gengtype persistent state serialization & de-serialization.
    Useful for gengtype in plugin mode.
 
-   Copyright (C) 2010-2015 Free Software Foundation, Inc.
+   Copyright (C) 2010-2020 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -31,7 +31,6 @@
 #endif
 #include "system.h"
 #include "errors.h"    /* For fatal.  */
-#include "hashtab.h"
 #include "version.h"   /* For version_string & pkgversion_string.  */
 #include "obstack.h"
 #include "gengtype.h"
@@ -2207,7 +2206,7 @@ read_state_pair (pair_p *current)
          next_state_tokens (1);
          read_state_type (&((*current)->type));
          read_state_fileloc (&((*current)->line));
-         read_state_options (&((*current)->opt));;
+         read_state_options (&((*current)->opt));
          t0 = peek_state_token (0);
          if (state_token_kind (t0) == STOK_RIGHTPAR)
            {