diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2008-08-13 16:03:12 +0000 |
---|---|---|
committer | Flavio Cruz <flaviocruz@gmail.com> | 2008-08-13 16:03:12 +0000 |
commit | a01dc58d6751491d750e247a944df7b0e3bb5204 (patch) | |
tree | a3f8197ebe704c315ca1efb1809ddcb68099f021 /libs/common.c | |
parent | 12e4b301a2d9a751c37a82265a598d39fb2b1fe0 (diff) |
Remove changing routine information.
Diffstat (limited to 'libs/common.c')
-rw-r--r-- | libs/common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/common.c b/libs/common.c index bc42265d8..59846e8ef 100644 --- a/libs/common.c +++ b/libs/common.c @@ -29,11 +29,6 @@ _set_routine (const unsigned what, void *fun) fprintf (stderr, "Warning: redefining routine %s\n", routine_to_str (what)); } - else - { - fprintf (stderr, "Information: defining routine %s\n", - routine_to_str (what)); - } routines[what] = fun; } |