Remove this return that was there due to alignment issues

This commit is contained in:
Scott Ludwig 2016-01-01 13:58:05 -08:00
parent a00848e6b9
commit d7f5308907

View File

@ -9,7 +9,6 @@
namespace wi {
void CompleteManager::Init() {
return;
map_.clear();
DIR *pdir = opendir(completedir_.c_str());
dirent *pdent;