summaryrefslogtreecommitdiffstats
path: root/src/base/pla/plaCom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/pla/plaCom.c')
-rw-r--r--src/base/pla/plaCom.c2
1 files changed, 1 insertions, 1 deletions
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 )