aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2021-10-04 19:06:41 -0400
committerAdam Langley <agl@google.com>2021-10-05 17:58:00 +0000
commitf5e601275c38b0b2be437e392f654601725f9d66 (patch)
tree428ab7a01a77f4a46cf8940ff415f175aa9c6e2e /.clang-format
parentc31a8a6f0ad2982ec2a13e955dc87bfe82b38ddf (diff)
downloadboringssl-f5e601275c38b0b2be437e392f654601725f9d66.zip
boringssl-f5e601275c38b0b2be437e392f654601725f9d66.tar.gz
boringssl-f5e601275c38b0b2be437e392f654601725f9d66.tar.bz2
Remove remnants of ASN.1 print function generators.
This was removed in https://boringssl-review.googlesource.com/c/boringssl/+/8242/, but I missed the function declaration macros. Change-Id: I1caca90b8d2fa95791402de32ff2be4a6f4fbe75 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/49785 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 8f9cb6c..0098935 100644
--- a/.clang-format
+++ b/.clang-format
@@ -19,8 +19,6 @@ StatementMacros:
- "DECLARE_ASN1_FUNCTIONS_const"
- "DECLARE_ASN1_FUNCTIONS_fname"
- "DECLARE_ASN1_FUNCTIONS_name"
- - "DECLARE_ASN1_PRINT_FUNCTION"
- - "DECLARE_ASN1_PRINT_FUNCTION_fname"
- "DECLARE_PEM_read"
- "DECLARE_PEM_read_bio"
- "DECLARE_PEM_read_fp"