Commit 1f2e78b
authored
Remove guarded declarations case in generated code (#2138)
## Motivation
#2131 removed all usages of
availability guards. However, the `guarded` Declaration case was not
removed even though it's unused.
## Modifications
This PR removes the `guarded` case since it's not used anywhere anymore.
## Result
Cleaner codebase.1 parent 962d634 commit 1f2e78b
File tree
2 files changed
+0
-9
lines changed- Sources/GRPCCodeGen/Internal
- Renderer
2 files changed
+0
-9
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
860 | | - | |
861 | | - | |
862 | 860 | | |
863 | 861 | | |
864 | 862 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
791 | 791 | | |
792 | 792 | | |
793 | 793 | | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | 794 | | |
798 | 795 | | |
799 | 796 | | |
| |||
1870 | 1867 | | |
1871 | 1868 | | |
1872 | 1869 | | |
1873 | | - | |
1874 | 1870 | | |
1875 | 1871 | | |
1876 | 1872 | | |
| |||
1889 | 1885 | | |
1890 | 1886 | | |
1891 | 1887 | | |
1892 | | - | |
1893 | | - | |
1894 | | - | |
1895 | 1888 | | |
1896 | 1889 | | |
1897 | 1890 | | |
| |||
0 commit comments