diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-04-05 22:45:01 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-04-05 22:45:01 +0000 |
| commit | a4d090d50dca12716fbca0cc738e692a0db75068 (patch) | |
| tree | 13c8f19a527d6be9080917cf0bddbfe06103e99f /source/compiler/prutils.c | |
| parent | 222d1f49264d00972299c6ff23de8100be561897 (diff) | |
Notes
Diffstat (limited to 'source/compiler/prutils.c')
| -rw-r--r-- | source/compiler/prutils.c | 1 |
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); } |
