Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
docs(auth-sys,data-sys): remove resolved TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed May 28, 2021
1 parent 2b2ec2e commit 5f1cb5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rtc_uenclave/auth-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fn main() {
.with_codegen_config(CodegenConfig::FUNCTIONS | CodegenConfig::TYPES)
.allowlist_recursively(false)
.array_pointers_in_arguments(true)
// TODO: see if there is a way to include functions using globbing
.allowlist_function("rtc_auth_.*")
.clang_args(&inc_args)
.generate()
Expand Down
1 change: 0 additions & 1 deletion rtc_uenclave/data-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fn main() {
.with_codegen_config(CodegenConfig::FUNCTIONS | CodegenConfig::TYPES)
.allowlist_recursively(false)
.array_pointers_in_arguments(true)
// TODO: see if there is a way to include functions using globbing
.allowlist_function("rtc_data_.*")
.clang_args(&inc_args)
.generate()
Expand Down

0 comments on commit 5f1cb5e

Please sign in to comment.