From ece387d1ae0d14868adb412985b4cde962d9219b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Wed, 9 May 2012 11:27:23 +0200 Subject: [PATCH] Remove a variable rendered unused by change-set 5a9bf9f4a8b9. --- opm/core/utility/newwells.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/utility/newwells.c b/opm/core/utility/newwells.c index 5ee1b2ad8..e177f89fd 100644 --- a/opm/core/utility/newwells.c +++ b/opm/core/utility/newwells.c @@ -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;