yrp604 / rappel

A linux-based assembly REPL for x86, amd64, armv7, and armv8
Other
1.16k stars 55 forks source link

Remove unused tracee externed variable from pipe.c #16

Closed disconnect3d closed 5 years ago

disconnect3d commented 5 years ago

The extern pid_t tracee; present in pipe.c is unused and not really imported from anywhere.

yrp604 commented 5 years ago

Nice catch, thanks.