Drop AffineExpr::Null
Similarly to other value-type wrappers, the default constructor of AffineExpr constructs a null object and removes the need for an explicit ::Null constructor. Drop it and remove the only user which can trivially rely on the default constructor. -- PiperOrigin-RevId: 249207502
Loading
Please sign in to comment