Remove unnecessary EventLogEntry ctor (dotnet/corefx#32676)
authorStephen Toub <stoub@microsoft.com>
Sun, 7 Oct 2018 15:17:01 +0000 (11:17 -0400)
committerGitHub <noreply@github.com>
Sun, 7 Oct 2018 15:17:01 +0000 (11:17 -0400)
commit3c544c33fb3c4c7691bdbf74d968ef074ab85fc0
treeac11d196280800fbbdf1910d08f8d6616eea9382
parentd5906869db30a3c284e80bb15e5dc4935a49b5ba
Remove unnecessary EventLogEntry ctor (dotnet/corefx#32676)

The type isn't [Serializable] and the ctor is private.

Commit migrated from https://github.com/dotnet/corefx/commit/cd861e116bba3079bc77b895b023995f8b5f92e7
src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/EventLogEntry.cs