summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-02-26 15:23:21 +0000
committerIan Lynagh <igloo@earth.li>2012-02-26 15:23:21 +0000
commit7ca5621212461277453502630ef2bcf8592f93f7 (patch)
tree2784cb0f1692a00b9dff5eb6f60f5f3a81505521
parent9ba5344d62045df030376a0d64d88d30c51a2b09 (diff)
downloadhaskell-7ca5621212461277453502630ef2bcf8592f93f7.tar.gz
Remove another unused definition
-rw-r--r--libraries/base/include/HsBase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/include/HsBase.h b/libraries/base/include/HsBase.h
index ce4655321e..1d669fde3a 100644
--- a/libraries/base/include/HsBase.h
+++ b/libraries/base/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))