Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't try to assist the eclipse parser here: it hurts the feeling of clang
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 2 Jun 2017 05:38:49 +0000 (07:38 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 2 Jun 2017 08:56:58 +0000 (10:56 +0200)
src/surf/network_ns3.cpp

index d78948c..cafc27b 100644 (file)
@@ -320,7 +320,6 @@ void NetworkNS3Action::resume() {
 std::list<LinkImpl*> NetworkNS3Action::links()
 {
   THROW_UNIMPLEMENTED;
-  return nullptr;
 }
 
 /* Test whether a flow is suspended */