sctp: fix association hangs due to errors when reneging events from the ordering...
[firefly-linux-kernel-4.4.55.git] / kernel / futex.c
index 9618b6e9fb367b2881ca2ccd28d88f46858e346d..fbc07a29ec5360571217a55ae65aa64eda8a17de 100644 (file)
@@ -2472,8 +2472,6 @@ SYSCALL_DEFINE3(get_robust_list, int, pid,
        if (!futex_cmpxchg_enabled)
                return -ENOSYS;
 
-       WARN_ONCE(1, "deprecated: get_robust_list will be deleted in 2013.\n");
-
        rcu_read_lock();
 
        ret = -ESRCH;