Commit aeb36163 by Antonio Maiorano

marl: fix extra ';' warning

Will upstream same fix to marl project soon. Bug: b/173784261 Change-Id: I8402ccd4f0379ea5d31155fe9aa0a81dc892ebee Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/50669Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarAntonio Maiorano <amaiorano@google.com>
parent f4916384
...@@ -63,7 +63,7 @@ class Thread { ...@@ -63,7 +63,7 @@ class Thread {
// Affinity for the given thread by id. // Affinity for the given thread by id.
class Policy { class Policy {
public: public:
virtual ~Policy(){}; virtual ~Policy() {}
// anyOf() returns a Policy that returns an Affinity for a number of // anyOf() returns a Policy that returns an Affinity for a number of
// available cores in affinity. // available cores in affinity.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment