Skip to content

Commit

Permalink
Removed lock - needed for ARM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Nemeth committed May 16, 2011
1 parent b0124b6 commit ca131e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rtt/internal/ConnFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ namespace RTT
typename base::DataObjectInterface<T>::shared_ptr data_object;
switch (policy.lock_policy)
{
case ConnPolicy::LOCKED:
data_object.reset( new base::DataObjectLocked<T>(initial_value) );
break;
#ifndef OROBLD_OS_NO_ASM
case ConnPolicy::LOCK_FREE:
data_object.reset( new base::DataObjectLockFree<T>(initial_value) );
Expand Down

0 comments on commit ca131e9

Please sign in to comment.