From 94ba58a7a53cd2db281898d26dbadef6b2db0de2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sat, 26 Jun 2021 12:27:05 +0200 Subject: [PATCH] Remove automatically added `using std::endl;` This is the first thing you disable on clangd, but apparently I was too late here. --- src/wine-host/bridges/vst3.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wine-host/bridges/vst3.cpp b/src/wine-host/bridges/vst3.cpp index 81286fdd..6a928f00 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -34,8 +34,6 @@ * `IComponent` pointer into an `IPluginBase` smart pointer. This way we can * keep the rest of yabridge's design in tact. */ -using std::endl; - Steinberg::FUnknownPtr hack_init_plugin_base( Steinberg::IPtr object, Steinberg::IPtr component);