Auto merge of #26421 - Eijebong:remove-influent, r=jdm

Remove influxDB support for profile

It's apparently unused. Influent is unmaintained. Let's remove it
This commit is contained in:
bors-servo 2020-05-25 23:08:32 -04:00 committed by GitHub
commit a3446579ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 74 deletions

16
Cargo.lock generated
View file

@ -2685,21 +2685,6 @@ dependencies = [
"adler32",
]
[[package]]
name = "influent"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87fdeaaa9b5aacb83901de1bb66b32ec574a327758657404c1edf06f5a6ac0f0"
dependencies = [
"base64 0.10.1",
"futures",
"http",
"hyper",
"tokio",
"tokio-executor",
"url",
]
[[package]]
name = "io-surface"
version = "0.12.1"
@ -4270,7 +4255,6 @@ name = "profile"
version = "0.0.1"
dependencies = [
"heartbeats-simple",
"influent",
"ipc-channel",
"libc",
"log",