We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49244c8 commit ed42893Copy full SHA for ed42893
ydb/core/blobstorage/dsproxy/root_cause.h
@@ -36,9 +36,6 @@ struct TRootCause {
36
37
// Walk the cause tree from leaf to root and output it as an LWTRACK
38
void RenderTrack(NLWTrace::TOrbit &orbit) {
39
-#ifdef LWTRACE_DISABLE
40
- Y_UNUSED(orbit);
41
-#else //LWTRACE_DISABLE
42
if (HasShuttles(orbit)) {
43
if (CurrentCauseIdx < Items.size()) {
44
const TRootCauseItem &item = Items[CurrentCauseIdx];
@@ -59,7 +56,6 @@ struct TRootCause {
59
56
}
60
57
61
58
62
-#endif //LWTRACE_DISABLE
63
64
65
ui64 RegisterCause(const TString& requestType = "") {
@@ -104,4 +100,3 @@ struct TRootCause {
104
100
};
105
101
106
102
}//NKikimr
107
-
0 commit comments