diff options
author | David Malcolm <dmalcolm@redhat.com> | 2024-10-18 21:51:39 -0400 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2024-10-18 21:51:39 -0400 |
commit | 83abdb041426b7490e93c3f77be93148bcd94de3 (patch) | |
tree | c0fb584447a26674243d092e970a87e65116a399 | |
parent | 2ca19d43fb5d7598c4a6fa9bfbfaf6dea4ea7c33 (diff) | |
download | gcc-83abdb041426b7490e93c3f77be93148bcd94de3.zip gcc-83abdb041426b7490e93c3f77be93148bcd94de3.tar.gz gcc-83abdb041426b7490e93c3f77be93148bcd94de3.tar.bz2 |
diagnostics: remove forward decl of json::value from diagnostic.h
I believe this hasn't been necessary since r15-1413-gd3878c85f331c7.
gcc/ChangeLog:
* diagnostic.h (json::value): Remove forward decl.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
-rw-r--r-- | gcc/diagnostic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index edd221f..423e072 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -220,7 +220,6 @@ public: }; class edit_context; -namespace json { class value; } class diagnostic_client_data_hooks; class logical_location; class diagnostic_diagram; |