Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
576e0085
Commit
576e0085
authored
Nov 03, 2010
by
Janne Blomqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused empty_internal_buffer function
From-SVN: r166276
parent
92d54f6d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
12 deletions
+5
-12
libgfortran/ChangeLog
+5
-0
libgfortran/io/unix.c
+0
-9
libgfortran/io/unix.h
+0
-3
No files found.
libgfortran/ChangeLog
View file @
576e0085
2010-11-03 Janne Blomqvist <jb@gcc.gnu.org>
* io/unix.h: Remove empty_internal_buffer prototype.
* io/unix.c (empty_internal_buffer): Remove unused function.
2010-11-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/43899
...
...
libgfortran/io/unix.c
View file @
576e0085
...
...
@@ -849,15 +849,6 @@ mem_close (unix_stream * s)
define functional equivalents of the following.
*********************************************************************/
/* empty_internal_buffer()-- Zero the buffer of Internal file */
void
empty_internal_buffer
(
stream
*
strm
)
{
unix_stream
*
s
=
(
unix_stream
*
)
strm
;
memset
(
s
->
buffer
,
' '
,
s
->
file_length
);
}
/* open_internal()-- Returns a stream structure from a character(kind=1)
internal file */
...
...
libgfortran/io/unix.h
View file @
576e0085
...
...
@@ -189,9 +189,6 @@ internal_proto(is_special);
extern
void
flush_if_preconnected
(
stream
*
);
internal_proto
(
flush_if_preconnected
);
extern
void
empty_internal_buffer
(
stream
*
);
internal_proto
(
empty_internal_buffer
);
extern
int
stream_isatty
(
stream
*
);
internal_proto
(
stream_isatty
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment