Skip to content

Commit

Permalink
OpenCanopy: Remove outdated TPL comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 2, 2021
1 parent 84af7f3 commit 1ec9d18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Platform/OpenCanopy/OpenCanopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,9 +759,7 @@ GuiFlushScreen (
DrawContext->Screen.Opacity
);
}
//
// Raise the TPL to not interrupt timing or flushing.
//

EndTsc = AsmReadTsc ();
DeltaTsc = EndTsc - mStartTsc;
if (DeltaTsc < mDeltaTscTarget) {
Expand Down

0 comments on commit 1ec9d18

Please sign in to comment.