Removed debugging printf that shouldn't be there. release-v1.0
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 21:19:50 +0000 (17:19 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 22:51:05 +0000 (18:51 -0400)
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

index 7bc7b78edba21e297947f2e365367a290083b4aa..d5b2baeca2acca06ef67ed1edddc966a3a1af959 100644 (file)
@@ -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");