summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index b5a742aac88..2b75fbf904d 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -738,9 +738,6 @@ internal_proto(translate_error);
extern void generate_error (st_parameter_common *, int, const char *);
iexport_proto(generate_error);
-extern bool generate_error_common (st_parameter_common *, int, const char *);
-iexport_proto(generate_error_common);
-
extern void generate_warning (st_parameter_common *, const char *);
internal_proto(generate_warning);
@@ -1746,7 +1743,5 @@ void cshift1_16_c16 (gfc_array_c16 * const restrict,
internal_proto(cshift1_16_c16);
#endif
-/* Define this if we support asynchronous I/O on this platform. This
- currently requires weak symbols. */
#endif /* LIBGFOR_H */