diff options
Diffstat (limited to 'src/CuTNetLib/cuComponent.h')
-rw-r--r-- | src/CuTNetLib/cuComponent.h | 2 |
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); |