From 9cece17325f37a49f35ede29ebbe2f518c9d591f Mon Sep 17 00:00:00 2001 From: Johnny Viel Date: Mon, 11 Sep 2023 14:35:43 -0400 Subject: [PATCH] Removes unused symbol. --- src/bfbs_gen_nim.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bfbs_gen_nim.cpp b/src/bfbs_gen_nim.cpp index a8f4ee0c7..25da044d1 100644 --- a/src/bfbs_gen_nim.cpp +++ b/src/bfbs_gen_nim.cpp @@ -77,7 +77,6 @@ Namer::Config NimDefaultConfig() { /*filename_extension=*/".nim" }; } -const std::string Indent = " "; const std::string Export = "*"; const std::set builtin_types = { "uint8", "uint8", "bool", "int8", "uint8", "int16",