Skip to content

Commit

Permalink
2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* AppDomainSetup.cs: InitAppDomainSetup is not needed now.

svn path=/trunk/mcs/; revision=28326
  • Loading branch information
gonzalop committed May 28, 2004
1 parent d2a9884 commit 71888f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mcs/class/corlib/System/AppDomainSetup.cs
Expand Up @@ -33,12 +33,8 @@ public sealed class AppDomainSetup : IAppDomainSetup
bool disallow_binding_redirects;
bool disallow_code_downloads;

[MethodImplAttribute (MethodImplOptions.InternalCall)]
private static extern void InitAppDomainSetup (AppDomainSetup setup);

public AppDomainSetup ()
{
InitAppDomainSetup (this);
}

static string GetAppBase (string appBase)
Expand Down
4 changes: 4 additions & 0 deletions mcs/class/corlib/System/ChangeLog
@@ -1,3 +1,7 @@
2004-05-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* AppDomainSetup.cs: InitAppDomainSetup is not needed now.

2004-05-27 Sebastien Pouliot <sebastien@ximian.com>

* Byte.cs: Fixed parsing for "-0" which is valid for unsigned types.
Expand Down

0 comments on commit 71888f0

Please sign in to comment.