Skip to content

Commit

Permalink
remove ancient Mono work-around in ActorSystemImpl (#6463)
Browse files Browse the repository at this point in the history
close #6459
  • Loading branch information
Aaronontheweb committed Feb 27, 2023
1 parent 6d2d83c commit a2ee84e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/Akka/Actor/Internal/ActorSystemImpl.cs
Expand Up @@ -210,9 +210,6 @@ public void Start()
{
try
{
// Force TermInfoDriver to initialize in order to protect us from the issue seen in #2432
typeof(Console).GetProperty("BackgroundColor").GetValue(null); // HACK: Only needed for MONO

RegisterOnTermination(StopScheduler);
_provider.Init(this);
LoadExtensions();
Expand Down

0 comments on commit a2ee84e

Please sign in to comment.