mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-04-27 12:38:51 +00:00
remove unused variable
This commit is contained in:
@@ -14,7 +14,6 @@ use Data::Dumper;
|
||||
my $debug = 0; # Debug flag
|
||||
my $singlestep = 0; # Are we running in single-step mode?
|
||||
my $coverage = 0; # Print out code coverage
|
||||
my $namelist = undef; # Namelist filename
|
||||
my %Breakpoint; # Hash of defined breakpoints
|
||||
my @Mem; # 8K 18-bit words of main memory
|
||||
my %Addr2Name; # Map addresses to names
|
||||
|
||||
Reference in New Issue
Block a user