From ea527496fe49207f29923f6b42ff5cba9170d6c0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 17 Nov 2010 16:31:47 -0800 Subject: [PATCH] Don't autoconf systemtap_session::NSPR_Initialized The 1-byte saving of an autoconfed bool isn't worth the headache of mismatched definitions, even if we've resolved that. --- session.cxx | 2 -- session.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/session.cxx b/session.cxx index a6f35dff1..ac178af6f 100644 --- a/session.cxx +++ b/session.cxx @@ -148,9 +148,7 @@ systemtap_session::systemtap_session (): compatible = VERSION; // XXX: perhaps also process GIT_SHAID if available? unwindsym_ldd = false; client_options = false; -#if HAVE_NSS NSPR_Initialized = false; -#endif /* adding in the XDG_DATA_DIRS variable path, * this searches in conjunction with SYSTEMTAP_TAPSET diff --git a/session.h b/session.h index 71aa82fc3..f65b56bd5 100644 --- a/session.h +++ b/session.h @@ -150,9 +150,7 @@ struct systemtap_session // to be cleared in the systemtap_session ctor (session.cxx). // Client/server -#if HAVE_NSS bool NSPR_Initialized; -#endif void NSPR_init (); bool client_options; std::string client_options_disallowed; -- 2.43.5