Просмотр исходного кода

modified create test source to create a vector

Ken Martin 23 лет назад
Родитель
Сommit
089bea359e
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Source/cmSourceFile.cxx

+ 0 - 1
Source/cmSourceFile.cxx

@@ -122,7 +122,6 @@ void cmSourceFile::SetName(const char* name, const char* dir,
     }
   cmSystemTools::Error("can not find file ", pathname.c_str(), 
                        errorMsg.c_str());
-  int a = *(int *)0x00;
 }