summaryrefslogtreecommitdiff
path: root/src/CuTNetLib/cuComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CuTNetLib/cuComponent.h')
-rw-r--r--src/CuTNetLib/cuComponent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CuTNetLib/cuComponent.h b/src/CuTNetLib/cuComponent.h
index cce7587..7b92cb9 100644
--- a/src/CuTNetLib/cuComponent.h
+++ b/src/CuTNetLib/cuComponent.h
@@ -279,8 +279,6 @@ namespace TNet {
mpInput(NULL), mpErrorInput(NULL),
mOutput(), mErrorOutput(),preComp(pPred)
{
- UID=++(CuComponent::UID_CNT);
-
/* DOUBLE LINK the Components */
if (pPred != NULL) {
SetPrevious(pPred);