Commit 705d9ec
n-api: remove unused Test function
Currently when building the following warning is emitted:
../test_symbol.c:4:19:
warning: unused function 'Test' [-Wunused-function]
static napi_value Test(napi_env env, napi_callback_info info) {
^
1 warning generated.
This commit removes this unused function.
PR-URL: #20320
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>1 parent 44fdd36 commit 705d9ecCopy full SHA for 705d9ec
File tree
Expand file treeCollapse file tree
1 file changed
+0
-25
lines changedOpen diff view settings
Filter options
- test/addons-napi/test_symbol
Expand file treeCollapse file tree
1 file changed
+0
-25
lines changedOpen diff view settings
Collapse file
test/addons-napi/test_symbol/test_symbol.c
Copy file name to clipboardExpand all lines: test/addons-napi/test_symbol/test_symbol.c-25Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | 4 | |
30 | 5 | |
31 | 6 | |
|
0 commit comments