diff options
author | lloyd <[email protected]> | 2006-07-07 19:46:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-07-07 19:46:03 +0000 |
commit | c332c81d0b90ba0db7d628eff0b77a381a8bf765 (patch) | |
tree | 7e7b4b9d666fc13820f93b822db7c8d93dee2681 /src | |
parent | d45622ea8c8389f851b8826f8b47428b100bb0d2 (diff) |
Remove a line that should have been deleted in the last commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/libstate.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstate.cpp b/src/libstate.cpp index 095c31aef..dd6e5e7c1 100644 --- a/src/libstate.cpp +++ b/src/libstate.cpp @@ -325,7 +325,6 @@ Library_State::Library_State(Mutex_Factory* mutex_factory) { if(!mutex_factory) throw Exception("Library_State: no mutex found"); - mutex_factory = new Mutex_Factory; this->mutex_factory = mutex_factory; this->timer = new Timer(); |