dawn/common: Comment UNIMPLEMENTED()
This macro does not exist in this scope. This was added in https://dawn-review.googlesource.com/c/dawn/+/87600, but was previously a comment. Should fix dawn -> chromium roll Bug: dawn:1339 Change-Id: I8457e1ae14b0c199f32f9c1a8b7487b6a8c8120c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87921 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
53f0723460
commit
b84c0b9adf
|
@ -126,7 +126,7 @@ std::optional<std::string> GetExecutablePath() {
|
||||||
}
|
}
|
||||||
#elif defined(DAWN_PLATFORM_FUCHSIA)
|
#elif defined(DAWN_PLATFORM_FUCHSIA)
|
||||||
std::optional<std::string> GetExecutablePath() {
|
std::optional<std::string> GetExecutablePath() {
|
||||||
UNIMPLEMENTED();
|
// UNIMPLEMENTED
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
#elif defined(DAWN_PLATFORM_EMSCRIPTEN)
|
#elif defined(DAWN_PLATFORM_EMSCRIPTEN)
|
||||||
|
|
Loading…
Reference in New Issue