Skip to content

Commit

Permalink
Remove unused STRING_CORRELATION_ID_MAX_LENGTH_BYTES
Browse files Browse the repository at this point in the history
  • Loading branch information
yinggeh committed Jan 7, 2025
1 parent fa343be commit 170f897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ constexpr uint64_t NANOS_PER_SECOND = 1000000000;
constexpr uint64_t NANOS_PER_MILLIS = 1000000;
constexpr int MAX_GRPC_MESSAGE_SIZE = INT32_MAX;
constexpr uint64_t SEQUENCE_IDLE_DEFAULT_MICROSECONDS = 1000 * 1000;
constexpr size_t STRING_CORRELATION_ID_MAX_LENGTH_BYTES = 128;
constexpr size_t CUDA_IPC_STRUCT_SIZE = 64;

#ifdef TRITON_ENABLE_METRICS
Expand Down

0 comments on commit 170f897

Please sign in to comment.