From b79313583442355d282efb9299798511a725c8fb Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Fri, 21 Oct 2011 02:18:57 -0700 Subject: [PATCH] Remove default from cpg_model_initialize - atm there is only one model Signed-off-by: Steven Dake Reviewed-by: Angus Salkeld --- lib/cpg.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cpg.c b/lib/cpg.c index 71704c05..423cea6b 100644 --- a/lib/cpg.c +++ b/lib/cpg.c @@ -187,10 +187,6 @@ cs_error_t cpg_model_initialize ( goto error_destroy; } break; - default: - error = CS_ERR_LIBRARY; - goto error_destroy; - break; } }