You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#if !MONO_FEATURE_NEW_TLS
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace System.Net {
|
||||
@ -28,6 +29,9 @@ namespace System.Net {
|
||||
internal static void Exit(TraceSource traceSource, object obj, string method, object retObject) {
|
||||
}
|
||||
|
||||
internal static void PrintInfo(TraceSource traceSource, object obj, string method, string msg) {
|
||||
}
|
||||
|
||||
internal static void PrintWarning(TraceSource traceSource, object obj, string method, string msg) {
|
||||
}
|
||||
}
|
||||
@ -40,4 +44,5 @@ namespace System.Net {
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user