Remove old selection parser error handling code
[alexxy/gromacs.git] / src / gromacs / selection / parsetree.h
index 901795e49bfb718f09907b3301bb1751d372eeea..3e0d5f49e4ceb3aa9e7ebe8f6b292d30bbbd0290 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2009,2010,2011,2012,2013,2014, by the GROMACS development team, led by
+ * Copyright (c) 2009,2010,2011,2012,2013,2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -409,9 +409,6 @@ class SelectionParserParameter
 
 } // namespace gmx
 
-/** Error reporting function for the selection parser. */
-void
-_gmx_selparser_error(void *scanner, const char *fmt, ...);
 /*! \brief
  * Handles exceptions caught within the Bison code.
  *