From 36268f1286c05b47c5eec9b01bbfd889e920db70 Mon Sep 17 00:00:00 2001
From: Florent Lamiraux <florent@laas.fr>
Date: Tue, 21 Jun 2011 13:44:11 +0200
Subject: [PATCH] Cosmetic change.

---
 src/dgraph/entity.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/dgraph/entity.cpp b/src/dgraph/entity.cpp
index f99bf18..407b1bc 100644
--- a/src/dgraph/entity.cpp
+++ b/src/dgraph/entity.cpp
@@ -41,7 +41,6 @@ void Entity::
 entityRegistration  ()
 {
 
-  //sotPool.entity[name] = this;
   PoolStorage::getInstance()->registerEntity(name,this);
 }
 
-- 
GitLab