From 7a8880a0df579eeed7be2121dcd666cdb7e50f07 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 19 Jul 2020 18:03:39 +0100 Subject: refactor(3p/nix): Remove remaining prefork-compat type Removes the verbosity enum, which is no longer actively used anywhere other than a daemon protocol implementation bit that doesn't actually work. Since the verbosity was marked deprecated, this removes one of the last remaining warnings. Change-Id: Iaee9d1d6c14b30daac83bb44bcacff32a0e07fb0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1289 Tested-by: BuildkiteCI Reviewed-by: glittershark --- third_party/nix/src/libutil/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'third_party/nix/src/libutil/CMakeLists.txt') diff --git a/third_party/nix/src/libutil/CMakeLists.txt b/third_party/nix/src/libutil/CMakeLists.txt index a9736b37bc05..53a0cb2bc45c 100644 --- a/third_party/nix/src/libutil/CMakeLists.txt +++ b/third_party/nix/src/libutil/CMakeLists.txt @@ -18,7 +18,6 @@ set(HEADER_FILES lru-cache.hh monitor-fd.hh pool.hh - prefork-compat.hh ref.hh serialise.hh sync.hh -- cgit 1.4.1