You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -36,7 +36,6 @@ namespace System.Web.Util
|
||||
{
|
||||
internal class WebEncoding
|
||||
{
|
||||
#if NET_2_0
|
||||
static bool cached;
|
||||
static GlobalizationSection sect;
|
||||
static GlobalizationSection GlobalizationConfig {
|
||||
@ -51,13 +50,6 @@ namespace System.Web.Util
|
||||
return sect;
|
||||
}
|
||||
}
|
||||
#else
|
||||
static GlobalizationConfiguration GlobalizationConfig {
|
||||
get {
|
||||
return GlobalizationConfiguration.GetInstance (null);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static public Encoding FileEncoding {
|
||||
get {
|
||||
|
Reference in New Issue
Block a user