Skip to content

Commit a91c601

Browse files
committed
---
yaml --- r: 10862 b: refs/heads/master c: fc5ec63 h: refs/heads/master v: v3
1 parent 5329047 commit a91c601

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6841c777f6ccc0cb78f6889fc4224167aab43232
2+
refs/heads/master: fc5ec630d48d400acc306f5db395ef9668bc1c7e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rt/rust_uvtmp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ class rust_uvtmp_thread : public rust_thread {
333333

334334
uv_timer_t *timer = (uv_timer_t *)malloc(sizeof(uv_timer_t));
335335
timer->data = td;
336-
int result = uv_timer_init(loop, timer);
337-
result = uv_timer_start(timer, timer_cb, td->timeout, 0);
336+
uv_timer_init(loop, timer);
337+
uv_timer_start(timer, timer_cb, td->timeout, 0);
338338
}
339339
}
340340

0 commit comments

Comments
 (0)