Remove unnecessary field in execution contexts

This commit is contained in:
Matt Nadareski
2024-05-21 16:05:37 -04:00
parent 9456301168
commit 521b8d656b
5 changed files with 1 additions and 26 deletions

View File

@@ -15,6 +15,7 @@
- Remove redundant BinaryReaderExtensions class
- Use Logiqx model instead of internal one
- Split some processing code
- Remove unnecessary field in execution contexts
### 3.1.9a (2024-05-21)

View File

@@ -29,13 +29,6 @@ namespace MPF.Core.ExecutionContexts.Aaru
#endregion
#region Metadata
/// <inheritdoc/>
public override InternalProgram InternalProgram => InternalProgram.Aaru;
#endregion
#region Flag Values
public int? BlockSizeValue { get; set; }

View File

@@ -109,11 +109,6 @@ namespace MPF.Core.ExecutionContexts
/// </summary>
public string? ExecutablePath { get; set; }
/// <summary>
/// Program that this set of parameters represents
/// </summary>
public virtual InternalProgram InternalProgram { get; }
/// <summary>
/// Currently represented system
/// </summary>

View File

@@ -31,13 +31,6 @@ namespace MPF.Core.ExecutionContexts.DiscImageCreator
#endregion
#region Metadata
/// <inheritdoc/>
public override InternalProgram InternalProgram => InternalProgram.DiscImageCreator;
#endregion
#region Common Input Values
/// <summary>

View File

@@ -26,13 +26,6 @@ namespace MPF.Core.ExecutionContexts.Redumper
#endregion
#region Metadata
/// <inheritdoc/>
public override InternalProgram InternalProgram => InternalProgram.Redumper;
#endregion
#region Flag Values
/// <summary>