From 1408784d7b32e10cb29cf795bfaa60a79d38d8db Mon Sep 17 00:00:00 2001 From: Eric Ye Date: Wed, 13 Mar 2024 12:21:06 -0700 Subject: [PATCH] Remove unused ascii banner string PiperOrigin-RevId: 615504786 --- run.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/run.cc b/run.cc index d6bf22d..b08e4ca 100644 --- a/run.cc +++ b/run.cc @@ -245,14 +245,6 @@ void Run(LoaderArgs& loader, InferenceArgs& inference, AppArgs& app) { } if (app.verbosity >= 1) { - static const std::string banner_ascii_art = - " __ _ ___ _ __ ___ _ __ ___ __ _ ___ _ __ _ __\n" - " / _` |/ _ \\ '_ ` _ \\| '_ ` _ \\ / _` | / __| '_ \\| '_ \\\n" - "| (_| | __/ | | | | | | | | | | (_| || (__| |_) | |_) |\n" - " \\__, |\\___|_| |_| |_|_| |_| |_|\\__,_(_)___| .__/| .__/\n" - " __/ | | | | |\n" - " |___/ |_| |_|"; - const std::string instructions = "*Usage*\n" " Enter an instruction and press enter (%C resets conversation, "