diff options
author | malff/marcsql@weblab.(none) <> | 2007-03-01 16:39:00 -0700 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2007-03-01 16:39:00 -0700 |
commit | 86c6eb708942eb2a295fda9b90ff93239857aad3 (patch) | |
tree | f5a2345887116e148b0d64250f0a0d7d2f93ebd2 /server-tools | |
parent | e46083c9cf641550e56c5d73aefd978cd02fc4dc (diff) | |
download | mariadb-git-86c6eb708942eb2a295fda9b90ff93239857aad3.tar.gz |
Fixed compiler warnings
Diffstat (limited to 'server-tools')
-rw-r--r-- | server-tools/instance-manager/angel.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server-tools/instance-manager/angel.cc b/server-tools/instance-manager/angel.cc index 7c90f8915da..a1892112dc8 100644 --- a/server-tools/instance-manager/angel.cc +++ b/server-tools/instance-manager/angel.cc @@ -349,8 +349,6 @@ static int angel_main_loop() int Angel::main() { - int ret_status; - log_info("Angel: started."); /* Open log file. */ |