[tracker/wip/carlosg/domain-ontologies: 116/124] 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: 116/124] tracker-store: Remove ontology_name argument
- Date: Thu, 29 Jun 2017 18:48:52 +0000 (UTC)
commit a4d98b0c3e798d43bdbd1a434ea5f60435d98aa1
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]