From dee5c880ea4830bc17e83c5b40d7f29ab2ca9bae Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 8 Jan 2014 15:58:11 +0100 Subject: [PATCH] Removed commented out code. --- opm/core/well_controls.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/opm/core/well_controls.h b/opm/core/well_controls.h index 96885d50..70ea1b49 100644 --- a/opm/core/well_controls.h +++ b/opm/core/well_controls.h @@ -39,9 +39,6 @@ struct WellControls; bool well_controls_equal(const struct WellControls *ctrls1, const struct WellControls *ctrls2); -//int -//well_controls_reserve(int nctrl, int nphases, struct WellControls *ctrl); - struct WellControls * well_controls_create(void);