[tracker/wip/carlosg/domain-ontologies: 111/116] tracker-store: Remove ontology_name argument
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/domain-ontologies: 111/116] tracker-store: Remove ontology_name argument
- Date: Sun, 25 Jun 2017 13:14:29 +0000 (UTC)
commit f30253cff0100337fa5d3a9e6a7d9b4ba033da04
Author: Carlos Garnacho <carlosg gnome org>
Date: Thu Jun 22 12:48:42 2017 +0200
tracker-store: Remove ontology_name argument
We do already deal with ontology locations at this point, which
we also print.
src/tracker-store/tracker-main.vala | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker-store/tracker-main.vala b/src/tracker-store/tracker-main.vala
index b92abe7..569deed 100644
--- a/src/tracker-store/tracker-main.vala
+++ b/src/tracker-store/tracker-main.vala
@@ -51,7 +51,6 @@ License which can be viewed at:
static File data_location;
static File ontology_location;
static string domain;
- static string ontology_name;
const OptionEntry entries[] = {
/* Daemon options */
@@ -78,8 +77,6 @@ License which can be viewed at:
if (domain != null)
message (" Domain................................. %s", domain);
- if (ontology_name != null)
- message (" Ontology name.......................... %s", ontology_name);
if (cache_location != null)
message (" Cache location......................... %s", cache_location.get_uri());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]