Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/MacSDK/patches/fsharp-GetFileNameWithoutExtension-type-inference.patch')
-rw-r--r--packaging/MacSDK/patches/fsharp-GetFileNameWithoutExtension-type-inference.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/MacSDK/patches/fsharp-GetFileNameWithoutExtension-type-inference.patch b/packaging/MacSDK/patches/fsharp-GetFileNameWithoutExtension-type-inference.patch
deleted file mode 100644
index 14e9444b1de..00000000000
--- a/packaging/MacSDK/patches/fsharp-GetFileNameWithoutExtension-type-inference.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/scripts/fssrgen.fsx b/src/scripts/fssrgen.fsx
-index 0bee9b79e..e6ceda11e 100644
---- a/src/scripts/fssrgen.fsx
-+++ b/src/scripts/fssrgen.fsx
-@@ -329,7 +329,7 @@ let StringBoilerPlate filename =
- // END BOILERPLATE
- "
-
--let RunMain(filename, outFilename, outXmlFilenameOpt, projectNameOpt) =
-+let RunMain(filename:string, outFilename, outXmlFilenameOpt, projectNameOpt) =
- try
- let justfilename = System.IO.Path.GetFileNameWithoutExtension(filename)
- if justfilename |> Seq.exists (fun c -> not(System.Char.IsLetterOrDigit(c))) then