Remove default from cpg_model_initialize - atm there is only one model

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Steven Dake 2011-10-21 02:18:57 -07:00
parent 3ad0979dc1
commit b793135834

View File

@ -187,10 +187,6 @@ cs_error_t cpg_model_initialize (
goto error_destroy;
}
break;
default:
error = CS_ERR_LIBRARY;
goto error_destroy;
break;
}
}