Skip to content

Commit

Permalink
Removing traces of a backport of Semaphore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartdesmet committed Apr 13, 2017
1 parent 0cef183 commit 6aca403
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
using System.Reactive.Disposables;
using System.Threading;

#if NO_SEMAPHORE
using System.Reactive.Threading;
#endif

namespace System.Reactive.Concurrency
{
/// <summary>
Expand Down
4 changes: 0 additions & 4 deletions Rx.NET/Source/src/System.Reactive/Linq/Observable/Delay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
using System.Reactive.Disposables;
using System.Threading;

#if NO_SEMAPHORE
using System.Reactive.Threading;
#endif

namespace System.Reactive.Linq.ObservableImpl
{
class Delay<TSource> : Producer<TSource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
using System.Threading;
using System.Reactive.Disposables;

#if NO_SEMAPHORE
using System.Reactive.Threading;
#endif

namespace System.Reactive.Linq
{
#if !NO_PERF
Expand Down
118 changes: 0 additions & 118 deletions Rx.NET/Source/tests/Tests.System.Reactive/Semaphore.cs

This file was deleted.

0 comments on commit 6aca403

Please sign in to comment.