comment out unreachable code

fixes CID 1132633
This commit is contained in:
Carsten Haitzler 2014-01-10 19:04:32 +09:00
parent 3de45a2c4b
commit ee9f80f246
1 changed files with 2 additions and 0 deletions

View File

@ -598,6 +598,7 @@ _drm_shutdown(void)
// though, as once shut down, we have to re-init and this could be
// expensive especially if u have a single canvas that is changing config
// and being shut down and re-initted a few times.
/*
if (bufmgr)
{
sym_drm_slp_bufmgr_destroy(bufmgr);
@ -612,6 +613,7 @@ _drm_shutdown(void)
dlclose(xfixes_lib);
xfixes_lib = NULL;
tried = EINA_FALSE;
*/
}
static Eina_Bool