From 011ba96d5326c78f124da0373a3d27eb1f674ff5 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Sep 2013 09:29:44 +0000 Subject: Removed dead code (_WIN32_WCE) --- src/htsalias.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/htsalias.c') diff --git a/src/htsalias.c b/src/htsalias.c index e67ac1a..4a578fe 100644 --- a/src/htsalias.c +++ b/src/htsalias.c @@ -572,13 +572,11 @@ int optinclude_file(const char *name, int *argc, char **argv, char *x_argvblk, /* Get home directory, '.' if failed */ /* example: /home/smith */ char *hts_gethome(void) { -#ifndef _WIN32_WCE char *home = getenv("HOME"); if (home) return home; else -#endif return "."; } -- cgit v1.2.3