From: Ken Raeburn Date: Sat, 3 Jan 2009 11:39:17 +0000 (+0000) Subject: Remove some unused variables X-Git-Tag: krb5-1.7-alpha1~121 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=72d13d7f2b682b2243f0742c31038b471cdf7b11;p=krb5.git Remove some unused variables git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21681 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/pre.in b/src/config/pre.in index 72494fe23..caf89ac3f 100644 --- a/src/config/pre.in +++ b/src/config/pre.in @@ -181,10 +181,6 @@ LD_UNRESOLVED_PREFIX = @LD_UNRESOLVED_PREFIX@ LD_SHLIBDIR_PREFIX = @LD_SHLIBDIR_PREFIX@ LDARGS = @LDARGS@ LIBS = @LIBS@ -SRVLIBS = @SRVLIBS@ -SRVDEPLIBS = @SRVDEPLIBS@ -CLNTLIBS = @CLNTLIBS@ -CLNTDEPLIBS = @CLNTDEPLIBS@ INSTALL=@INSTALL@ INSTALL_STRIP= @@ -282,7 +278,6 @@ AUTOHEADER = autoheader AUTOHEADERFLAGS = MOVEIFCHANGED = $(SRCTOP)/config/move-if-changed -HOST_TYPE = @HOST_TYPE@ SHEXT = @SHEXT@ STEXT=@STEXT@ VEXT=@VEXT@ @@ -553,10 +548,6 @@ PFLIBOBJS=$(STLIBOBJS:.o=@PFOBJEXT@) # "$(CC) -G", "$(LD) -Bshareable", etc. LDCOMBINE=@LDCOMBINE@ -# "-h $@", "-h lib$(LIBNAME).$(LIBMAJOR)", etc. -SONAME=@SONAME@ - - # # rules to make various types of object files # diff --git a/src/configure.in b/src/configure.in index ef9cd7ce4..b2a8c1129 100644 --- a/src/configure.in +++ b/src/configure.in @@ -969,9 +969,6 @@ if test "$enable_thread_support" = yes; then fi # tsmissing not empty fi # enable_thread_support dnl -HOST_TYPE=$krb5_cv_host -AC_SUBST(HOST_TYPE) -dnl dnl Sadly, we seem to have accidentally committed ourselves in 1.4 to dnl an ABI that includes the existence of libkrb5support.0 even dnl though random apps should never use anything from it. And on diff --git a/src/util/Makefile.in b/src/util/Makefile.in index a7f1704fc..0af09777d 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -16,14 +16,6 @@ MAYBE_SS_k5 = ss MAYBE_ET_sys = MAYBE_SS_sys = -editsh = sed -e 's,@''ARADD''@,$(ARADD),g' -e 's,@''ARCHIVE''@,$(ARCHIVE),g' -HOST_TYPE=@HOST_TYPE@ -HAVE_GCC=@HAVE_GCC@ -SLIBSH=sed -e 's|@''CC''@|$(CC)|g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@''HAVE_GCC''@,$(HAVE_GCC),g' - -DL_COMPILE=@DL_COMPILE@ -DL_COMPILE_TAIL=@DL_COMPILE_TAIL@ - all-recurse: clean-unix::