Skip to content

Commit e07fe27

Browse files
authored
Update cocoa-foundation/src/foundation.rs
1 parent bcea771 commit e07fe27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cocoa-foundation/src/foundation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,7 @@ pub trait NSProcessInfo: Sized {
230230
}
231231

232232
unsafe fn systemUptime(_: Self) -> NSTimeInterval;
233-
234233
unsafe fn processName(self) -> id;
235-
unsafe fn uptime(self) -> NSTimeInterval;
236234
unsafe fn operatingSystemVersion(self) -> NSOperatingSystemVersion;
237235
unsafe fn isOperatingSystemAtLeastVersion(self, version: NSOperatingSystemVersion) -> bool;
238236
}

0 commit comments

Comments
 (0)