Index: /trunk/FACT++/src/fadctrl.cc
===================================================================
--- /trunk/FACT++/src/fadctrl.cc	(revision 10810)
+++ /trunk/FACT++/src/fadctrl.cc	(revision 10811)
@@ -31,6 +31,4 @@
 
 using namespace std;
-
-#undef FAKE
 
 // ------------------------------------------------------------------------
@@ -338,41 +336,5 @@
     {
         SetLogStream(&imp);
-
-#ifdef FAKE
-        for (int i=0; i<7; i++)
-            fake[i] = new Connection(ioservice, imp());
-#endif
-    }
-#ifdef FAKE
-    Connection *fake[7];
-
-    ~ConnectionFAD()
-    {
-        // WORKAROUND
-        for (int i=0; i<7; i++)
-            delete fake[i];
-    }
-    void StartConnect()
-    {
-        // WORKAROUND
-        Connection::StartConnect();
-        for (int i=0; i<7; i++)
-            fake[i]->StartConnect();
-    }
-    void SetEndpoint(const string &addr)
-    {
-        // WORKAROUND
-        Connection::SetEndpoint(addr);
-        for (int i=0; i<7; i++)
-        {
-            const size_t p0 = addr.find_first_of(':');
-
-            ostringstream p;
-            p << addr.substr(0, p0+1) << atoi(addr.substr(p0+1).c_str())+i+1;
-            fake[i]->SetEndpoint(p.str());
-        }
-        // ==========================================WORKAROUND
-    }
-#endif
+    }
 
     void Cmd(Enable_t cmd, bool on=true)
