Skip to content

Commit 46a3b04

Browse files
authored
Update cocoa-foundation/src/foundation.rs
Delete default implementation
1 parent e8fb7ad commit 46a3b04

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cocoa-foundation/src/foundation.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,7 @@ pub trait NSProcessInfo: Sized {
229229
msg_send![class!(NSProcessInfo), processInfo]
230230
}
231231

232-
unsafe fn systemUptime(_: Self) -> NSTimeInterval {
233-
msg_send![class!(NSProcessInfo), systemUptime]
234-
}
232+
unsafe fn systemUptime(_: Self) -> NSTimeInterval;
235233

236234
unsafe fn processName(self) -> id;
237235
unsafe fn uptime(self) -> NSTimeInterval;

0 commit comments

Comments
 (0)