From: Justin Seyster Date: Thu, 28 Oct 2010 21:19:50 +0000 (-0400) Subject: Removed debugging printf that shouldn't be there. X-Git-Tag: release-v1.0 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=c2d1e333c9acb93ec886d9ff0cdec269b38367c2;p=interaspect.git Removed debugging printf that shouldn't be there. I put in that stupid printf at the very beginning of the project, in the first commit, and I never bothered to get rid of it. I'm finally getting rid of it now, in what is fittingly, the last commit before release. This commit will be the lucky commit tagged for 1.0! --- diff --git a/src/aop-main.c b/src/aop-main.c index 7bc7b78..d5b2bae 100644 --- a/src/aop-main.c +++ b/src/aop-main.c @@ -423,8 +423,6 @@ __attribute__((visibility("default"))) int plugin_init (struct plugin_name_args *plugin_info, struct plugin_gcc_version *version) { - fprintf (stderr, "InterAspect init.\n"); - #ifdef PAUSE_ON_START fprintf(stderr, "cc has PID %d. Attach debugger now.\n", getpid()); fprintf(stderr, "[Enter to continue.]\n");