bool ScriptError::IsIncompleteExpression() const
{
- return m_IncompleteExpr;;
+ return m_IncompleteExpr;
}
bool ScriptError::IsHandledByDebugger() const
UpdateUtilization(ThreadBusy);
}
- double st = Utility::GetTime();;
+ double st = Utility::GetTime();
#ifdef I2_DEBUG
# ifdef RUSAGE_THREAD
result = InternalResolveMacros(str, resolvers, cr, missingMacro, escapeFn,
resolvedMacros, useResolvedMacros, recursionLevel + 1);
} else if (str.IsObjectType<Array>()) {
- ArrayData resultArr;;
+ ArrayData resultArr;
Array::Ptr arr = str;
ObjectLock olock(arr);
ObjectLock olock(results);
for (const Dictionary::Ptr typeInfo : results)
{
- ApiType::Ptr type = new ApiType();;
+ ApiType::Ptr type = new ApiType();
type->Abstract = typeInfo->Get("abstract");
type->BaseName = typeInfo->Get("base");
type->Name = typeInfo->Get("name");