From c5befad5181e38e29aeeefb27f0e0d93717946f4 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 11 May 2016 20:03:13 -0700 Subject: Cosmetic changes after incorporating new code of 'fxch'. --- src/base/pla/plaCom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/pla') diff --git a/src/base/pla/plaCom.c b/src/base/pla/plaCom.c index 9060f371..0c2c60f6 100644 --- a/src/base/pla/plaCom.c +++ b/src/base/pla/plaCom.c @@ -451,7 +451,7 @@ usage: ******************************************************************************/ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) { - Pla_Man_t * p = Pla_AbcGetMan(pAbc); +// Pla_Man_t * p = Pla_AbcGetMan(pAbc); int c, nVars = 4, fVerbose = 0; Extra_UtilGetoptReset(); while ( ( c = Extra_UtilGetopt( argc, argv, "Nvh" ) ) != EOF ) -- cgit v1.2.3