[commit: base] master: Remove another unused definition (2f8e247)
Ian Lynagh
igloo at earth.li
Sun Feb 26 17:54:59 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2f8e247ea00b93415147e46a6788712cce7fee3f
>---------------------------------------------------------------
commit 2f8e247ea00b93415147e46a6788712cce7fee3f
Author: Ian Lynagh <igloo at earth.li>
Date: Sun Feb 26 15:23:21 2012 +0000
Remove another unused definition
>---------------------------------------------------------------
include/HsBase.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/HsBase.h b/include/HsBase.h
index ce46553..1d669fd 100644
--- a/include/HsBase.h
+++ b/include/HsBase.h
@@ -519,8 +519,6 @@ __hscore_fd_cloexec( void )
extern void* __hscore_get_saved_termios(int fd);
extern void __hscore_set_saved_termios(int fd, void* ts);
-INLINE int __hscore_hs_fileno (FILE *f) { return fileno (f); }
-
#ifdef __MINGW32__
INLINE int __hscore_open(wchar_t *file, int how, mode_t mode) {
if ((how & O_WRONLY) || (how & O_RDWR) || (how & O_APPEND))
More information about the Cvs-libraries
mailing list