From 4ce89c1b000b0fc3d2c8c534c0d8ad0202ee07a9 Mon Sep 17 00:00:00 2001 From: Michael Schenk Date: Sun, 19 May 2024 15:57:38 +0200 Subject: [PATCH] remove comment --- src/xilinx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xilinx.cpp b/src/xilinx.cpp index fa40c89..4473d98 100644 --- a/src/xilinx.cpp +++ b/src/xilinx.cpp @@ -1708,7 +1708,6 @@ void Xilinx::xc2c_init(uint32_t idcode) std::string model = fpga_list[idcode].model; int underscore_pos = model.find_first_of('_', 0); if (underscore_pos == model.npos) { - // not underscore underscore_pos = model.length(); } snprintf(_cpld_base_name, underscore_pos,