aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-04-24 14:57:04 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-04-24 14:57:04 +0000
commitdd3c1e2309dc71b8e31119d80ea8a1b204c8cc0e (patch)
treec49f7bc88135e9f41b004b30f1957ef33660125e /searchcore/src/apps
parent5a1b72a923e086e6df31c9eda32791df75f50c97 (diff)
Remove usage of wipe history.
Diffstat (limited to 'searchcore/src/apps')
-rw-r--r--searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp b/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
index 626bbb3b3f4..3931daf7fdd 100644
--- a/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
+++ b/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
@@ -49,7 +49,6 @@ public:
fprintf(stderr, "disableSearching\n");
fprintf(stderr, "triggerFlush\n");
fprintf(stderr, "prepareRestart\n");
- fprintf(stderr, "wipeHistory\n");
return 1;
}
@@ -403,13 +402,6 @@ public:
fprintf(stderr, "Unexpected return value\n");
}
}
- } else if (strcmp(_argv[2], "wipeHistory") == 0) {
- _req->SetMethodName("proton.wipeHistory");
- invokeRPC(false, 86400.0);
- invoked = true;
- if (! _req->IsError()) {
- printf("OK: history wiped\n");
- }
} else if (strcmp(_argv[2], "die") == 0) {
_req->SetMethodName("pandora.rtc.die");