summaryrefslogtreecommitdiff
path: root/src/intersim2/flitchannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intersim2/flitchannel.cpp')
-rw-r--r--src/intersim2/flitchannel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intersim2/flitchannel.cpp b/src/intersim2/flitchannel.cpp
index 0515f5f..d10ad61 100644
--- a/src/intersim2/flitchannel.cpp
+++ b/src/intersim2/flitchannel.cpp
@@ -1,4 +1,4 @@
-// $Id: flitchannel.cpp 5188 2012-08-30 00:31:31Z dub $
+// $Id: flitchannel.cpp 5516 2013-10-06 02:14:48Z dub $
/*
Copyright (c) 2007-2012, Trustees of The Leland Stanford Junior University
@@ -43,11 +43,11 @@
// ----------------------------------------------------------------------
// $Author: jbalfour $
// $Date: 2007/06/27 23:10:17 $
-// $Id: flitchannel.cpp 5188 2012-08-30 00:31:31Z dub $
+// $Id: flitchannel.cpp 5516 2013-10-06 02:14:48Z dub $
// ----------------------------------------------------------------------
FlitChannel::FlitChannel(Module * parent, string const & name, int classes)
: Channel<Flit>(parent, name), _routerSource(NULL), _routerSourcePort(-1),
- _routerSink(NULL), _routerSinkPort(-1), _idle(0), _classes(classes) {
+ _routerSink(NULL), _routerSinkPort(-1), _idle(0) {
_active.resize(classes, 0);
}