* environ.cc (set_chunksize): Remove.

(parse_thing): Remove forkchunk entry.
	* fork.cc (child_copy): Drop handling external chunksize setting.
	* wincap.cc: Througout, drop chunksize.
	(wincapc::set_chunksize): Remove.
	* wincap.h (struct wincaps): Drop chunksize and declaration of
	set_chunksize.
This commit is contained in:
Corinna Vinschen
2011-05-10 10:17:30 +00:00
parent d2302a485f
commit e0d1c52693
5 changed files with 12 additions and 27 deletions

View File

@@ -557,12 +557,6 @@ glob_init (const char *buf)
}
}
static void
set_chunksize (const char *buf)
{
wincap.set_chunksize (strtoul (buf, NULL, 0));
}
static void
set_proc_retry (const char *buf)
{
@@ -596,7 +590,6 @@ static struct parse_thing
{"envcache", {&envcache}, justset, NULL, {{true}, {false}}},
{"error_start", {func: &error_start_init}, isfunc, NULL, {{0}, {0}}},
{"export", {&export_settings}, justset, NULL, {{false}, {true}}},
{"forkchunk", {func: set_chunksize}, isfunc, NULL, {{0}, {0}}},
{"glob", {func: &glob_init}, isfunc, NULL, {{0}, {s: "normal"}}},
{"proc_retry", {func: set_proc_retry}, isfunc, NULL, {{0}, {5}}},
{"reset_com", {&reset_com}, justset, NULL, {{false}, {true}}},