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:
parent
b7fd6e9c69
commit
eceeabdab2
1 changed files with 0 additions and 7 deletions
|
@ -253,13 +253,6 @@ table Truncate {
|
||||||
len: uint;
|
len: uint;
|
||||||
}
|
}
|
||||||
|
|
||||||
table WriteFileSync {
|
|
||||||
filename: string;
|
|
||||||
data: [ubyte];
|
|
||||||
perm: uint;
|
|
||||||
// perm specified by https://godoc.org/os#FileMode
|
|
||||||
}
|
|
||||||
|
|
||||||
table Open {
|
table Open {
|
||||||
filename: string;
|
filename: string;
|
||||||
perm: uint;
|
perm: uint;
|
||||||
|
|
Loading…
Reference in a new issue