summaryrefslogtreecommitdiff
path: root/src/htsalias.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsalias.c')
-rw-r--r--src/htsalias.c2
1 files changed, 0 insertions, 2 deletions
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 ".";
}