summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/progname.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-02-15 09:27:07 +0000
commit05d7395ed18ddec8c4a339adb64708ba7a8c52d0 (patch)
treeac33c1c0c13e30a2ee53db5eb55f5768d6575ce5 /Build/source/texk/kpathsea/progname.c
parent46a755637a029e18140bc635485f25020c276ef9 (diff)
somewhat reorganize libkpathsea internals
git-svn-id: svn://tug.org/texlive/trunk@17037 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/progname.c')
-rw-r--r--Build/source/texk/kpathsea/progname.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/progname.c b/Build/source/texk/kpathsea/progname.c
index 809b86e7704..e5cf8c937bf 100644
--- a/Build/source/texk/kpathsea/progname.c
+++ b/Build/source/texk/kpathsea/progname.c
@@ -488,11 +488,7 @@ kpathsea_set_program_name (kpathsea kpse, const_string argv0,
#if defined(WIN32)
/* Set various info about user. Among many things,
- ensure that HOME is set. If debug_paths is on,
- turn on some message if $HOME is not found. */
- if (KPATHSEA_DEBUG_P (KPSE_DEBUG_PATHS)) {
- set_home_warning();
- }
+ ensure that HOME is set. */
init_user_info();
/* redirect stderr to debug_output. Easier to send logfiles. */