Skip to content

Commit

Permalink
refactor: Remove unused class variable
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Nov 16, 2024
1 parent d715156 commit 446949c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Spice86/MemoryWrappers/DataMemoryDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public sealed class DataMemoryDocument : IBinaryDocument {
private readonly IMemory _memory;
private readonly uint _startAddress;
private readonly uint _endAddress;
private bool _disposed;

public DataMemoryDocument(IMemory memory, uint startAddress, uint endAddress) {
IsReadOnly = false;
Expand Down

0 comments on commit 446949c

Please sign in to comment.