libc: Remove CONFIG_LIBC_TMPDIR definition from lib_mkstemp.c

since this file doesn't use this macro at all

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I6042316a2568e35ed1b3dd0ab1b974ca5d23f02f
This commit is contained in:
Xiang Xiao 2020-06-03 10:17:21 +08:00 committed by patacongo
parent 4029706583
commit c76443f456
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@
* Pre-processor definitions
****************************************************************************/
#ifndef CONFIG_LIBC_TMPDIR
# define CONFIG_LIBC_TMPDIR "/tmp"
#endif
#define MAX_XS 6
#define MIN_NUMERIC 0 /* 0-9: Numeric */
#define MAX_NUMERIC 9