aboutsummaryrefslogtreecommitdiff
path: root/source/compiler/prutils.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-04-05 22:45:01 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-04-05 22:45:01 +0000
commita4d090d50dca12716fbca0cc738e692a0db75068 (patch)
tree13c8f19a527d6be9080917cf0bddbfe06103e99f /source/compiler/prutils.c
parent222d1f49264d00972299c6ff23de8100be561897 (diff)
Notes
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 b5ddfa9ffbdf..f3d615ad5c16 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);
}