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:
parent
4029706583
commit
c76443f456
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue