summaryrefslogtreecommitdiff
path: root/source/compiler/prutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/prutils.c')
-rw-r--r--source/compiler/prutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/compiler/prutils.c b/source/compiler/prutils.c
index b5ddfa9ff..f3d615ad5 100644
--- a/source/compiler/prutils.c
+++ b/source/compiler/prutils.c
@@ -455,7 +455,6 @@ PrOpenIncludeWithPrefix (
IncludeFile = fopen (Pathname, OpenMode);
if (!IncludeFile)
{
- fprintf (stderr, "Could not open include file %s\n", Pathname);
return (NULL);
}