This is an archive of the discontinued LLVM Phabricator instance.

[lldb] NFC: Remove the extra ';'
ClosedPublic

Authored by MTC on Nov 14 2018, 8:02 AM.

Details

Summary

Remove extra ; to eliminate the following pedantic warning.

warning: extra ';' [-Wpedantic]

Event Timeline

MTC created this revision.Nov 14 2018, 8:02 AM
MTC set the repository for this revision to rLLDB LLDB.Nov 14 2018, 8:03 AM
MTC edited the summary of this revision. (Show Details)Nov 14 2018, 8:06 AM
MTC added a reviewer: shafik.
shafik accepted this revision.Nov 14 2018, 9:29 AM

LGTM, thank you for fixing this.

This revision is now accepted and ready to land.Nov 14 2018, 9:29 AM
MTC closed this revision.Nov 16 2018, 5:04 AM