mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 09:56:21 +00:00
tests: remove apparently unused code
This commit is contained in:
@@ -258,12 +258,6 @@ prof_start(void)
|
||||
}
|
||||
prof_pid = pid;
|
||||
fd = master;
|
||||
|
||||
FILE* fp = fdopen(fd, "r+");
|
||||
|
||||
assert_true(fp != NULL);
|
||||
|
||||
setbuf(fp, (char*)0);
|
||||
}
|
||||
|
||||
int
|
||||
@@ -451,6 +445,7 @@ prof_connect_with_roster(const char* roster)
|
||||
assert_true(prof_output_regex("successfully"));
|
||||
prof_expect_timeout = 10;
|
||||
stbbr_wait_for("presence:*");
|
||||
//usleep(1000 * 2000); // 2s delay
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user