Remove solana-vote-signer (#14099)

This commit is contained in:
Michael Vines
2020-12-13 19:12:20 -08:00
committed by GitHub
parent deaa27fbdb
commit cdd3e7d856
14 changed files with 1 additions and 662 deletions

View File

@@ -149,8 +149,8 @@ fn main() {
for stream in listener.incoming() {
if stream.is_ok() {
info!("Tuning the system now");
#[cfg(target_os = "linux")]
{
#![cfg(target_os = "linux")]
// tune_poh_service_priority(peer_uid);
}
}