Commit 86c848e1 authored by Pavel Emelyanov's avatar Pavel Emelyanov

rst: Remove unused extern fns declarations

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e6617b5e
......@@ -23,9 +23,6 @@
struct task_restore_core_args;
struct thread_restore_args;
extern long __export_restore_task(struct task_restore_core_args *args);
extern long __export_restore_thread(struct thread_restore_args *args);
typedef long (*task_restore_fcall_t) (struct task_restore_core_args *args);
typedef long (*thread_restore_fcall_t) (struct thread_restore_args *args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment