浏览代码

Refactor: Delete unused variable

Richard 10 年之前
父节点
当前提交
5bb09377cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/IFCProfile.cpp

+ 1 - 1
code/IFCProfile.cpp

@@ -114,7 +114,7 @@ void ProcessParametrizedProfile(const IfcParameterizedProfileDef& def, TempMesh&
 		meshout.vertcnt.push_back(4);
 	}
 	else if( const IfcCircleProfileDef* const circle = def.ToPtr<IfcCircleProfileDef>()) {
-		if( const IfcCircleHollowProfileDef* const hollow = def.ToPtr<IfcCircleHollowProfileDef>()) {
+		if(def.ToPtr<IfcCircleHollowProfileDef>()) {
 			// TODO
 		}
 		const size_t segments = 32;