summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-06 22:12:29 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-06 22:12:29 +0800
commitddd98a87c18c59929c48d109dbc188b35a86ffcd (patch)
tree0e66bf7bf194e097777f5f94f32716944f61af78
parentd368b54f516cf81e25b1ac77c36974bf3c4f462a (diff)
downloadtnet-ddd98a87c18c59929c48d109dbc188b35a86ffcd.tar.gz
tnet-ddd98a87c18c59929c48d109dbc188b35a86ffcd.tar.bz2
tnet-ddd98a87c18c59929c48d109dbc188b35a86ffcd.zip
Virtual 9++++++++++++++
-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);