summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yql/essentials/core/yql_expr_type_annotation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/yql/essentials/core/yql_expr_type_annotation.h b/yql/essentials/core/yql_expr_type_annotation.h
index 9345a0104e2..3d2ad4199be 100644
--- a/yql/essentials/core/yql_expr_type_annotation.h
+++ b/yql/essentials/core/yql_expr_type_annotation.h
@@ -354,8 +354,4 @@ TStringBuf NormalizeCallableName(TStringBuf name);
void CheckExpectedTypeAndColumnOrder(const TExprNode& node, TExprContext& ctx, TTypeAnnotationContext& typesCtx);
-namespace NBlockStreamIO {
- constexpr bool WideFromBlocks = true;
-} // namespace NBlockStreamIO
-
}