From c2d1e333c9acb93ec886d9ff0cdec269b38367c2 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Thu, 28 Oct 2010 17:19:50 -0400 Subject: [PATCH] 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! --- src/aop-main.c | 2 -- 1 file changed, 2 deletions(-) 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"); -- 2.34.1