Fix s-expression symbol library formatter build issue due to UUID support.

This commit is contained in:
Wayne Stambaugh 2020-02-21 16:46:14 -05:00
parent 1af503509d
commit 738a93db68
1 changed files with 1 additions and 2 deletions

View File

@ -512,8 +512,7 @@ SCH_SHEET* SCH_SEXPR_PLUGIN::loadSheet( LINE_READER& aReader )
{
std::unique_ptr< SCH_SHEET > sheet( new SCH_SHEET() );
sheet->SetTimeStamp( GetNewTimeStamp() );
// Timesheet time stamps are now automatically generated.
return sheet.release();
}