Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ee58a9

Browse files
committed
USE_FX_40_LAZY_ON_FX_20 --- dead code
1 parentc0a90f7 commit6ee58a9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

‎src/fsharp/FSharp.Core/prim-types.fs‎

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,17 +2830,6 @@ namespace Microsoft.FSharp.Core
28302830
static memberinternalGetResourceString(name:string,_arguments:obj[])= name
28312831
static memberinternalGetResourceString(name:string)= name
28322832

2833-
#if USE_FX_40_LAZY_ON_FX_20
2834-
typeinternalPrivateFunc<'T>=delegateofunit->'T
2835-
typeinternalPrivateFunc<'T,'TResult>=delegateof'T->'TResult
2836-
2837-
2838-
typeinternalPrivateMonitor=
2839-
static memberinternalEnter(lockObj:obj,lockTaken:byref<bool>)= System.Threading.Monitor.Enter(lockObj); lockTaken<-true
2840-
static memberinternalExit(lockObj:obj)= System.Threading.Monitor.Exit(lockObj)
2841-
static memberinternalGetResourceString(name:string)= name
2842-
#endif
2843-
28442833
#else
28452834
#endif
28462835

@@ -6194,14 +6183,6 @@ namespace Microsoft.FSharp.Core
61946183
//============================================================================
61956184
//============================================================================
61966185
#if FX_NO_LAZY
6197-
#if USE_FX_40_LAZY_ON_FX_20
6198-
namespaceSystem.Threading
6199-
openSystem.Diagnostics
6200-
openMicrosoft.FSharp.Core
6201-
openMicrosoft.FSharp.Core.Operators
6202-
6203-
#endif
6204-
62056186
namespaceSystem
62066187
openSystem.Diagnostics
62076188
openMicrosoft.FSharp.Core

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp