summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-30 11:56:36 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-30 11:56:36 +0000
commita3d0e53c6346bbb4dc5b5c1b10c44f980dc4aa13 (patch)
tree26395eb35b12860837fc3ee96308edecf60a7252 /src/lib
parent309e54f5ca8d4937b944ddfb91cd080e79e1118a (diff)
Remove unnecessary extra function.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/server_finder.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/server_finder.cc b/src/lib/server_finder.cc
index 642767e8b..8685c830f 100644
--- a/src/lib/server_finder.cc
+++ b/src/lib/server_finder.cc
@@ -235,12 +235,6 @@ ServerFinder::config_changed (Config::Property what)
_servers.clear ();
}
ServersListChanged ();
- search_now ();
+ _search_condition.notify_all ();
}
}
-
-void
-ServerFinder::search_now ()
-{
- _search_condition.notify_all ();
-}