citrun

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

commit 209e3e01bb7c57f7260431a14a64aed601942f29
parent 8187625a12e3f8d19484a0cd9de55b788c399596
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 22 Jun 2016 18:46:38 -0600

src: don;t need to unlink citrun_patch.c anymore

Diffstat:
Msrc/inst_main.cc | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/inst_main.cc b/src/inst_main.cc @@ -251,8 +251,4 @@ main(int argc, char *argv[]) err(1, "waitpid"); restore_original_src(temp_file_map); - - // Leave this behind if we're in testing mode. - if (linking && (getenv("CITRUN_TESTING") == NULL)) - unlink("citrun_patch.c"); }