소스 검색

remove a couple of old ifdefs

Oren Novotny 8 년 전
부모
커밋
6718bae372
2개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      Rx.NET/Source/Microsoft.Reactive.Testing/Recorded.cs
  2. 0 2
      Rx.NET/Source/Microsoft.Reactive.Testing/Subscription.cs

+ 0 - 2
Rx.NET/Source/Microsoft.Reactive.Testing/Recorded.cs

@@ -13,9 +13,7 @@ namespace Microsoft.Reactive.Testing
     /// Record of a value including the virtual time it was produced on.
     /// </summary>
     /// <typeparam name="T">Type of the value.</typeparam>
-#if !NO_DEBUGGER_ATTRIBUTES
     [DebuggerDisplay("{Value}@{Time}")]
-#endif
 #if !NO_SERIALIZABLE
     [Serializable]
 #endif

+ 0 - 2
Rx.NET/Source/Microsoft.Reactive.Testing/Subscription.cs

@@ -11,9 +11,7 @@ namespace Microsoft.Reactive.Testing
     /// <summary>
     /// Records information about subscriptions to and unsubscriptions from observable sequences.
     /// </summary>
-#if !NO_DEBUGGER_ATTRIBUTES
     [DebuggerDisplay("({Subscribe}, {Unsubscribe})")]
-#endif
 #if !NO_SERIALIZABLE
     [Serializable]
 #endif