i965: remove duplicated comment

Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2416>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2416>
This commit is contained in:
Leandro Ribeiro 2019-10-21 21:58:12 -03:00 committed by Tapani Pälli
parent 26ab38f144
commit eaa0784fd3

View file

@ -710,8 +710,7 @@ intel_create_image_common(__DRIscreen *dri_screen,
bool ok;
/* Callers of this may specify a modifier, or a dri usage, but not both. The
* newer modifier interface deprecates the older usage flags newer modifier
* interface deprecates the older usage flags.
* newer modifier interface deprecates the older usage flags.
*/
assert(!(use && count));