diff options
Diffstat (limited to 'gcc/rust/parse/rust-cfg-parser.h')
-rw-r--r-- | gcc/rust/parse/rust-cfg-parser.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rust/parse/rust-cfg-parser.h b/gcc/rust/parse/rust-cfg-parser.h index a4b860f..bf4ed4d 100644 --- a/gcc/rust/parse/rust-cfg-parser.h +++ b/gcc/rust/parse/rust-cfg-parser.h @@ -41,8 +41,7 @@ namespace Rust { * @return false if the given input was invalid, true otherwise */ bool -parse_cfg_option (const std::string &input, std::string &key, - std::string &value); +parse_cfg_option (std::string &input, std::string &key, std::string &value); } // namespace Rust #if CHECKING_P |