Skip to content

Commit ed42893

Browse files
authored
Remove obsolete LWTRACE_DISABLE macro from dsproxy code (#16331)
1 parent 49244c8 commit ed42893

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ydb/core/blobstorage/dsproxy/root_cause.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ struct TRootCause {
3636

3737
// Walk the cause tree from leaf to root and output it as an LWTRACK
3838
void RenderTrack(NLWTrace::TOrbit &orbit) {
39-
#ifdef LWTRACE_DISABLE
40-
Y_UNUSED(orbit);
41-
#else //LWTRACE_DISABLE
4239
if (HasShuttles(orbit)) {
4340
if (CurrentCauseIdx < Items.size()) {
4441
const TRootCauseItem &item = Items[CurrentCauseIdx];
@@ -59,7 +56,6 @@ struct TRootCause {
5956
}
6057
}
6158
}
62-
#endif //LWTRACE_DISABLE
6359
}
6460

6561
ui64 RegisterCause(const TString& requestType = "") {
@@ -104,4 +100,3 @@ struct TRootCause {
104100
};
105101

106102
}//NKikimr
107-

0 commit comments

Comments
 (0)