summaryrefslogtreecommitdiff
path: root/nuttx/lib/lib_fflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/lib/lib_fflush.c')
-rw-r--r--nuttx/lib/lib_fflush.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/lib/lib_fflush.c b/nuttx/lib/lib_fflush.c
index 12dfd8b12..1af9305fb 100644
--- a/nuttx/lib/lib_fflush.c
+++ b/nuttx/lib/lib_fflush.c
@@ -88,8 +88,6 @@
* Called by the OS when a task exits
************************************************************/
-#if CONFIG_NFILE_STREAMS > 0
-
void lib_flushall(FAR struct streamlist *list)
{
/* Make sure that there are streams associated with this thread */
@@ -181,4 +179,3 @@ int fflush(FILE *stream)
#endif
}
-#endif /* CONFIG_NFILE_STREAMS */