Skip to content

Commit b080894

Browse files
committed
[bench-dma] Remove unused variable
1 parent 58524ad commit b080894

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CommandLineUtilities/ProgramDmaBench.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ constexpr auto EVENT_COUNTER_INITIAL_VALUE = std::numeric_limits<uint32_t>::max(
7373
constexpr auto MAX_LINKS = 32;
7474
/// Interval for low priority thread (display updates, etc)
7575
constexpr auto LOW_PRIORITY_INTERVAL = 10ms;
76-
/// Buffer value to reset to
77-
constexpr uint32_t BUFFER_DEFAULT_VALUE = 0xCcccCccc;
7876
/// Fields: Time(hour:minute:second), Pages pushed, Pages read, Errors, °C
7977
const std::string PROGRESS_FORMAT_HEADER(" %-8s %-12s %-12s %-18s %-12s %-5.1f");
8078
/// Fields: Time(hour:minute:second), Pages pushed, Pages read, Errors, °C

0 commit comments

Comments
 (0)