Remove manual eina_shutdown call as it's now popped from E's shutdown stack.

SVN revision: 41431
This commit is contained in:
Christopher Michael 2009-07-19 09:29:52 +00:00
parent 9e0827a761
commit a5051f30d9
1 changed files with 0 additions and 2 deletions

View File

@ -1092,8 +1092,6 @@ main(int argc, char **argv)
e_prefix_shutdown();
eina_shutdown();
/* just return 0 to keep the compiler quiet */
return 0;
}