Skip to content

Commit 339263b

Browse files
committed
Remove unused message
1 parent 1c955ec commit 339263b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

include/vcpkg/base/message-data.inc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,6 @@ DECLARE_MESSAGE(InvalidValuePostPortfileIncludes,
20312031
"Variable VCPKG_POST_PORTFILE_INCLUDES contains invalid file path: '{path}'. The value must be "
20322032
"an absolute path to an existent cmake file.")
20332033
DECLARE_MESSAGE(IrregularFile, (msg::path), "", "path was not a regular file: {path}")
2034-
DECLARE_MESSAGE(JsonErrorMustBeAnObject, (msg::path), "", "Expected \"{path}\" to be an object.")
20352034
DECLARE_MESSAGE(JsonFieldNotObject, (msg::json_field), "", "value of [\"{json_field}\"] must be an object")
20362035
DECLARE_MESSAGE(JsonFieldNotString, (msg::json_field), "", "value of [\"{json_field}\"] must be a string")
20372036
DECLARE_MESSAGE(JsonFileMissingExtension,

locales/messages.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,8 +1115,6 @@
11151115
"_InvalidValuePostPortfileIncludes.comment": "An example of {path} is /foo/bar.",
11161116
"IrregularFile": "path was not a regular file: {path}",
11171117
"_IrregularFile.comment": "An example of {path} is /foo/bar.",
1118-
"JsonErrorMustBeAnObject": "Expected \"{path}\" to be an object.",
1119-
"_JsonErrorMustBeAnObject.comment": "An example of {path} is /foo/bar.",
11201118
"JsonFieldNotObject": "value of [\"{json_field}\"] must be an object",
11211119
"_JsonFieldNotObject.comment": "An example of {json_field} is identifer.",
11221120
"JsonFieldNotString": "value of [\"{json_field}\"] must be a string",

0 commit comments

Comments
 (0)