citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 23e06dd6cbd83f589322ca94ade4eb1673dd7537
parent 512420c5ce2369793d46faca1d26bb9bd0c607c5
Author: Kyle Milz <kyle@0x30.net>
Date:   Sun, 18 Dec 2016 14:57:13 -0700

t: remove unneeded line

Diffstat:
Mt/shm.pm | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/t/shm.pm b/t/shm.pm @@ -11,7 +11,6 @@ sub new { bless($self, $class); open(my $fh, "<:mmap", $procfile) or die $!; - $self->{procfile} = $procfile; $self->{fh} = $fh; my $header_size = citrun_header_size();