diff --git a/src/task.cpp b/src/task.cpp index 65d1f7fb2..0981503ef 100644 --- a/src/task.cpp +++ b/src/task.cpp @@ -50,6 +50,8 @@ #include #endif +Context context; + //////////////////////////////////////////////////////////////////////////////// static std::string shortUsage (Config& conf) { @@ -317,9 +319,6 @@ int main (int argc, char** argv) srand (time (NULL)); #endif - // TODO 1.8.0 requires the Context. - Context context; - try { context.initialize (argc, argv);