[tracker] Remove obsolete references to the --disable-miner commandline flag



commit d6ce0f3c5b887ce15352d386e470e2fcc1aa9f86
Author: Sam Thursfield <sam afuera me uk>
Date:   Tue May 23 10:21:04 2017 +0100

    Remove obsolete references to the --disable-miner commandline flag

 docs/manpages/tracker-miner-fs.1               |   10 ----------
 tests/functional-tests/common/utils/helpers.py |    2 --
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/docs/manpages/tracker-miner-fs.1 b/docs/manpages/tracker-miner-fs.1
index 145d8f2..c8c3fda 100644
--- a/docs/manpages/tracker-miner-fs.1
+++ b/docs/manpages/tracker-miner-fs.1
@@ -52,16 +52,6 @@ would be monitored for changes. This works with non-existing
 arguments as well as existing 
 .B FILE
 arguments.
-.TP
-.B \-d, \-\-disable-miner=MINER
-Tells the daemon to disable the in-house miners it supports. Depending
-on build options, this can be 'Files', 'Applications'
-and 'Userguides'. This option can be provided more than once to
-diasable multiple miners. Disable in this case means the miner is not
-started, though all miners still register themselves on D-Bus and
-appear there, no actual action is performed otherwise (such as
-crawling, setting up monitors, or checking mtimes against the
-file system).
 
 .SH ENVIRONMENT
 .TP
diff --git a/tests/functional-tests/common/utils/helpers.py b/tests/functional-tests/common/utils/helpers.py
index ee5fc11..23394f3 100644
--- a/tests/functional-tests/common/utils/helpers.py
+++ b/tests/functional-tests/common/utils/helpers.py
@@ -546,8 +546,6 @@ class MinerFsHelper (Helper):
     BUS_NAME = cfg.MINERFS_BUSNAME
 
     FLAGS = ['--initial-sleep=0']
-    if cfg.haveMaemo:
-        FLAGS.append ('--disable-miner=userguides')
 
     def start (self):
         Helper.start (self)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]