Remove unnecessary variable

This commit is contained in:
Andy Cedilnik 2002-09-18 08:13:53 -04:00
parent 40a99bcd1a
commit 56b69e5fcc
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ void cmakewizard::AskUser(const char* key, cmCacheManager::CacheIterator& iter)
char buffer[4096];
buffer[0] = 0;
fgets(buffer, sizeof(buffer)-1, stdin);
char ch = 0;
if(strlen(buffer) > 0)
{