Skip to content

Commit 2e20fae

Browse files
committed
chore: PR self review
1 parent 5e89da9 commit 2e20fae

File tree

4 files changed

+1
-69
lines changed

4 files changed

+1
-69
lines changed

packages/react-native-quick-crypto/.clangd

Lines changed: 0 additions & 50 deletions
This file was deleted.

packages/react-native-quick-crypto/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ README.md
44
ios/**
55

66
.cache/**
7+
.clangd
78
build/**
89
compile_commands.json

packages/react-native-quick-crypto/cpp/ed25519/HybridEdKeyPair.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
namespace margelo::nitro::crypto {
1010

11-
// using namespace facebook;
12-
1311
class HybridEdKeyPair : public HybridEdKeyPairSpec {
1412
public:
1513
HybridEdKeyPair() : HybridObject(TAG) {}

packages/react-native-quick-crypto/dummy.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)