Skip to content

Commit 520db05

Browse files
andrealmeidKAGA-KOKO
authored andcommitted
selftests/futex: Remove logging.h file
Every futex selftest uses the kselftest_harness.h helper and don't need the logging.h file. Delete it. Signed-off-by: André Almeida <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
1 parent b257d91 commit 520db05

File tree

2 files changed

+1
-150
lines changed

2 files changed

+1
-150
lines changed

tools/testing/selftests/futex/functional/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ LDLIBS := -lpthread -lrt -lnuma
88

99
LOCAL_HDRS := \
1010
../include/futextest.h \
11-
../include/atomic.h \
12-
../include/logging.h
11+
../include/atomic.h
1312
TEST_GEN_PROGS := \
1413
futex_wait_timeout \
1514
futex_wait_wouldblock \

tools/testing/selftests/futex/include/logging.h

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)