Delete compile errors for deprecated decls
This commit is contained in:
committed by
Andrew Kelley
parent
3b5be9fb6e
commit
a52f12afc9
@@ -591,14 +591,6 @@ pub fn WriteStream(
|
||||
try encodeJsonString(s, self.options, self.stream);
|
||||
self.valueDone();
|
||||
}
|
||||
|
||||
pub const arrayElem = @compileError("Deprecated; You don't need to call this anymore.");
|
||||
pub const emitNull = @compileError("Deprecated; Use .write(null) instead.");
|
||||
pub const emitBool = @compileError("Deprecated; Use .write() instead.");
|
||||
pub const emitNumber = @compileError("Deprecated; Use .write() instead.");
|
||||
pub const emitString = @compileError("Deprecated; Use .write() instead.");
|
||||
pub const emitJson = @compileError("Deprecated; Use .write() instead.");
|
||||
pub const writePreformatted = @compileError("Deprecated; Use .print(\"{s}\", .{s}) instead.");
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user