[master][PATCH] Remove an unused and non-working leftover function resetResolve

Anne Mulhern amulhern at redhat.com
Wed Nov 13 13:13:04 UTC 2013





----- Original Message -----
> From: "Vratislav Podzimek" <vpodzime at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Wednesday, November 13, 2013 1:55:59 AM
> Subject: [master][PATCH] Remove an unused and non-working leftover function	resetResolve
> 
> This function is a leftover from the functionality removed by commit
> 4c187c535b42fe0121f1972bde0683e327b9b027
> 
> Signed-off-by: Vratislav Podzimek <vpodzime at redhat.com>
> ---
>  pyanaconda/isys/__init__.py | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/pyanaconda/isys/__init__.py b/pyanaconda/isys/__init__.py
> index c4bc302..9da3f62 100644
> --- a/pyanaconda/isys/__init__.py
> +++ b/pyanaconda/isys/__init__.py
> @@ -62,9 +62,6 @@ EARLY_SWAP_RAM = 896 * 1024
>  def pathSpaceAvailable(path):
>      return _isys.devSpaceFree(path)
>  
> -def resetResolv():
> -    return _isys.resetresolv()
> -
>  def modulesWithPaths():
>      mods = []
>      for modline in open("/proc/modules", "r"):
> --
> 1.8.4.2

Ack.

- mulhern

> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 


More information about the anaconda-patches mailing list