diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 2d1e1a1228ef..dd597d8013a8 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2393,10 +2393,6 @@ static inline void thread_group_cputime_init(struct signal_struct *sig) | |||
2393 | spin_lock_init(&sig->cputimer.lock); | 2393 | spin_lock_init(&sig->cputimer.lock); |
2394 | } | 2394 | } |
2395 | 2395 | ||
2396 | static inline void thread_group_cputime_free(struct signal_struct *sig) | ||
2397 | { | ||
2398 | } | ||
2399 | |||
2400 | /* | 2396 | /* |
2401 | * Reevaluate whether the task has signals pending delivery. | 2397 | * Reevaluate whether the task has signals pending delivery. |
2402 | * Wake the task if so. | 2398 | * Wake the task if so. |