1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-15 10:35:19 -05:00

Remove unused table WriteFileSync

This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2018-09-30 12:15:51 -07:00 committed by Ryan Dahl
parent b7fd6e9c69
commit eceeabdab2

View file

@ -253,13 +253,6 @@ table Truncate {
len: uint;
}
table WriteFileSync {
filename: string;
data: [ubyte];
perm: uint;
// perm specified by https://godoc.org/os#FileMode
}
table Open {
filename: string;
perm: uint;