Remove a variable rendered unused by change-set 5a9bf9f4a8b9.

This commit is contained in:
Bård Skaflestad 2012-05-09 11:27:23 +02:00
parent 7ca9f6525d
commit a3b5e11ecc

View File

@ -492,7 +492,7 @@ append_well_controls(enum WellControlType type,
struct Wells *W)
/* ---------------------------------------------------------------------- */
{
int ok, alloc, p, np;
int ok, alloc, np;
struct WellControls *ctrl;
struct WellControlMgmt *m;