Skip to content

Commit

Permalink
remove useless initialization of enumString from Channel constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ttkorhonen committed Nov 18, 2010
1 parent 6b1559a commit 2929872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Channel::Channel(const ChannelAccess *CA, const char *Name)
RequestType(0),
awaiting_put_callback(false),
last_put_ok(false),
EnumStrings(),
Cache(0)
{
ResetEventCount();
Expand Down

0 comments on commit 2929872

Please sign in to comment.