summaryrefslogtreecommitdiff
path: root/boost/coroutine/flags.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/coroutine/flags.hpp')
-rw-r--r--boost/coroutine/flags.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/boost/coroutine/flags.hpp b/boost/coroutine/flags.hpp
index a8194c60ee..81940f30e5 100644
--- a/boost/coroutine/flags.hpp
+++ b/boost/coroutine/flags.hpp
@@ -16,12 +16,6 @@ enum flag_unwind_t
no_stack_unwind
};
-enum flag_fpu_t
-{
- fpu_preserved = 0,
- fpu_not_preserved
-};
-
}}
#endif // BOOST_COROUTINES_FLAGS_H