Skip to content

Commit

Permalink
Removed public Host::write_only, had no effect anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jun 29, 2012
1 parent 90ca014 commit 853f89e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/clients/host_auto.ycp
Expand Up @@ -95,7 +95,6 @@ else if (func == "Packages") {
else if (func == "Write") {
import "Progress";
boolean progress_orig = Progress::set (false);
Host::write_only = true;
ret = Host::Write();
Progress::set (progress_orig);
}
Expand Down
5 changes: 0 additions & 5 deletions src/modules/Host.ycp
Expand Up @@ -81,11 +81,6 @@ map<string,any> hosts_init = $[];
*/
string hosts_file = "/etc/hosts";

/**
* Only write configuration
*/
global boolean write_only = false;

boolean initialized = false;

global boolean NeedDummyIP() {
Expand Down

0 comments on commit 853f89e

Please sign in to comment.