From cf0426d5964d50da8b21db6549ed19a987ee85e2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 9 Jun 2007 19:11:00 +0000 Subject: Simply conditional build; fix conditional compilation git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@275 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/lib_fclose.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'nuttx/lib/lib_fclose.c') diff --git a/nuttx/lib/lib_fclose.c b/nuttx/lib/lib_fclose.c index a7960e823..f6271e18c 100644 --- a/nuttx/lib/lib_fclose.c +++ b/nuttx/lib/lib_fclose.c @@ -53,8 +53,6 @@ * Global Functions ************************************************************/ -#if CONFIG_NFILE_STREAMS > 0 - int fclose(FILE *stream) { int ret = OK; @@ -95,4 +93,3 @@ int fclose(FILE *stream) return ret; } -#endif /* CONFIG_NFILE_STREAMS */ -- cgit v1.2.3