[epiphany/mcatanzaro/more-scan-build: 3/3] search-provider: remove dead assignment
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/more-scan-build: 3/3] search-provider: remove dead assignment
- Date: Fri, 27 Dec 2019 17:27:49 +0000 (UTC)
commit cc7065f30828d78a7acc3f0ab3fa855fc91e7a6c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Dec 27 11:27:06 2019 -0600
search-provider: remove dead assignment
src/search-provider/ephy-search-provider.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/search-provider/ephy-search-provider.c b/src/search-provider/ephy-search-provider.c
index 9993667a2..c794992a4 100644
--- a/src/search-provider/ephy-search-provider.c
+++ b/src/search-provider/ephy-search-provider.c
@@ -315,14 +315,12 @@ handle_launch_search (EphyShellSearchProvider2 *skeleton,
static void
ephy_search_provider_init (EphySearchProvider *self)
{
- g_autofree char *filename = NULL;
EphyEmbedShell *shell = ephy_embed_shell_get_default ();
g_application_set_flags (G_APPLICATION (self), G_APPLICATION_IS_SERVICE);
self->settings = g_settings_new (EPHY_PREFS_SCHEMA);
- filename = g_build_filename (ephy_profile_dir (), EPHY_HISTORY_FILE, NULL);
self->bookmarks_manager = ephy_bookmarks_manager_new ();
self->model = ephy_suggestion_model_new (ephy_embed_shell_get_global_history_service (shell),
self->bookmarks_manager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]