From 39831413424c5fa6368e1df1d9f872d43a62beb4 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 17 Jan 2007 13:53:02 +0000 Subject: [PATCH] Remove this extra #if -- it wasn't necessary and was causing compiler warnings. This commit was SVN r13146. --- orte/mca/rds/hostfile/rds_hostfile_lex.l | 2 -- 1 file changed, 2 deletions(-) diff --git a/orte/mca/rds/hostfile/rds_hostfile_lex.l b/orte/mca/rds/hostfile/rds_hostfile_lex.l index 2cbec2327c..fcb27f4a24 100644 --- a/orte/mca/rds/hostfile/rds_hostfile_lex.l +++ b/orte/mca/rds/hostfile/rds_hostfile_lex.l @@ -28,7 +28,6 @@ /* * local functions */ -#ifndef YY_SKIP_YYWRAP #if defined(c_plusplus) || defined(__cplusplus) extern "C" { #endif /* defined(c_plusplus) || defined(__cplusplus) */ @@ -38,7 +37,6 @@ int orte_rds_hostfile_wrap(void); #if defined(c_plusplus) || defined(__cplusplus) } #endif /* defined(c_plusplus) || defined(__cplusplus) */ -#endif /* !defined(YY_SKIP_YYWRAP) */ int orte_rds_hostfile_wrap(void) {