diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 22:12:29 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 22:12:29 +0800 |
commit | ddd98a87c18c59929c48d109dbc188b35a86ffcd (patch) | |
tree | 0e66bf7bf194e097777f5f94f32716944f61af78 | |
parent | d368b54f516cf81e25b1ac77c36974bf3c4f462a (diff) | |
download | tnet-ddd98a87c18c59929c48d109dbc188b35a86ffcd.tar.gz tnet-ddd98a87c18c59929c48d109dbc188b35a86ffcd.tar.bz2 tnet-ddd98a87c18c59929c48d109dbc188b35a86ffcd.zip |
Virtual 9++++++++++++++
-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); |