aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/utils.h')
-rw-r--r--src/libstrongswan/utils.h6
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,
};
/**