*** empty log message ***
[deliverable/binutils-gdb.git] / gold / workqueue.h
index 5cce2d56cca12c7231bf9787655d6170778db13b..ed7a5b00d7ddf030abe295497a2ef91d2b2170a6 100644 (file)
 #define GOLD_WORKQUEUE_H
 
 #include "gold-threads.h"
-#include "options.h"
 #include "fileread.h"
 
 namespace gold
 {
 
+class General_options;
 class Task;
 class Workqueue;
 
@@ -286,6 +286,10 @@ class Task
   // Run the task.
   virtual void
   run(Workqueue*) = 0;
+
+ private:
+  Task(const Task&);
+  Task& operator=(const Task&);
 };
 
 // A simple task which waits for a blocker and then runs a function.
This page took 0.023461 seconds and 4 git commands to generate.