Remove unused reporter delegate

This commit is contained in:
Matt Nadareski
2024-05-28 13:46:00 -04:00
parent 8c70f19959
commit 6566db5913
2 changed files with 1 additions and 10 deletions

View File

@@ -151,6 +151,7 @@
- Remove Drive dependency from GenerateSubmissionInfo
- Move Drive to Frontend
- Move ResultEventArgs to Frontend
- Remove unused reporter delegate
### 3.1.9a (2024-05-21)

View File

@@ -10,16 +10,6 @@ namespace MPF.ExecutionContexts
{
public abstract class BaseExecutionContext
{
#region Event Handlers
/// <summary>
/// Generic way of reporting a message
/// </summary>
/// <param name="message">String value to report</param>
public EventHandler<StringEventArgs>? ReportStatus;
#endregion
#region Generic Dumping Information
/// <summary>