diff options
Diffstat (limited to 'src/libstrongswan')
-rw-r--r-- | src/libstrongswan/utils.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index f98de4139..0f06fec6a 100644 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -299,12 +299,6 @@ enum status_t { * Another call to the method is required. */ NEED_MORE, - - /** - * For tasks only, same as SUCCESS, but also migrate all remaining tasks - * in the current queue to the opposite queue (passive->active or active->passive) - */ - MIGRATE, }; /** |