Skip to content

Commit d32ef31

Browse files
author
Denys Vlasenko
committed
*: remove remains of FEATURE_TOUCH_NODEREF
Signed-off-by: Denys Vlasenko <[email protected]>
1 parent 319e20b commit d32ef31

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

configs/android_502_defconfig

-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
## Assorted header problems:
3434
## # CONFIG_HOSTID is not set
3535
## # CONFIG_FEATURE_SYNC_FANCY is not set - syncfs()
36-
## # CONFIG_FEATURE_TOUCH_NODEREF is not set - lutimes()
3736
## # CONFIG_LOGNAME is not set - getlogin_r()
3837
## # CONFIG_LOADFONT is not set
3938
## # CONFIG_SETFONT is not set
@@ -269,7 +268,6 @@ CONFIG_SYNC=y
269268
CONFIG_TEST=y
270269
CONFIG_FEATURE_TEST_64=y
271270
CONFIG_TOUCH=y
272-
# CONFIG_FEATURE_TOUCH_NODEREF is not set
273271
CONFIG_FEATURE_TOUCH_SUSV3=y
274272
CONFIG_TR=y
275273
CONFIG_FEATURE_TR_CLASSES=y

configs/android_ndk_defconfig

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ CONFIG_SYNC=y
193193
CONFIG_TEST=y
194194
CONFIG_FEATURE_TEST_64=y
195195
CONFIG_TOUCH=y
196-
# CONFIG_FEATURE_TOUCH_NODEREF is not set
197196
CONFIG_FEATURE_TOUCH_SUSV3=y
198197
CONFIG_TR=y
199198
CONFIG_FEATURE_TR_CLASSES=y

scripts/randomtest

-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ if test x"$LIBC" = x"uclibc"; then
8383
\
8484
| grep -v CONFIG_FEATURE_2_4_MODULES \
8585
| grep -v CONFIG_FEATURE_SYNC_FANCY \
86-
| grep -v CONFIG_FEATURE_TOUCH_NODEREF \
8786
| grep -v CONFIG_NANDWRITE \
8887
| grep -v CONFIG_NANDDUMP \
8988
| grep -v CONFIG_BLKDISCARD \
@@ -100,7 +99,6 @@ if test x"$LIBC" = x"uclibc"; then
10099
echo '# CONFIG_PIE is not set' >>.config
101100
echo '# CONFIG_FEATURE_2_4_MODULES is not set' >>.config
102101
echo '# CONFIG_FEATURE_SYNC_FANCY is not set' >>.config
103-
echo '# CONFIG_FEATURE_TOUCH_NODEREF is not set' >>.config
104102
# My uclibc installation does not support some needed APIs...
105103
echo '# CONFIG_NANDWRITE is not set' >>.config
106104
echo '# CONFIG_NANDDUMP is not set' >>.config

0 commit comments

Comments
 (0)