Commit 4d26faa
committed
[LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_type
This member variable was removed a while ago in
4434273. It was previously used in
materialization code paths that have since been removed. Nowadays,
`m_object_pointer_type` gets set but not used anywhere.
This patch simply removes all remaining instances of it and any
supporting code.
**Testing**
* API tests pass
Differential Revision: https://reviews.llvm.org/D1293671 parent 80e1735 commit 4d26faa
File tree
2 files changed
+1
-51
lines changed- lldb/source/Plugins/ExpressionParser/Clang
2 files changed
+1
-51
lines changedLines changed: 0 additions & 48 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
776 | | - | |
777 | | - | |
778 | | - | |
779 | 775 | | |
780 | 776 | | |
781 | 777 | | |
| |||
810 | 806 | | |
811 | 807 | | |
812 | 808 | | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
822 | | - | |
823 | | - | |
824 | | - | |
825 | 809 | | |
826 | 810 | | |
827 | 811 | | |
| |||
852 | 836 | | |
853 | 837 | | |
854 | 838 | | |
855 | | - | |
856 | | - | |
857 | 839 | | |
858 | 840 | | |
859 | 841 | | |
| |||
869 | 851 | | |
870 | 852 | | |
871 | 853 | | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | 854 | | |
877 | 855 | | |
878 | 856 | | |
| |||
917 | 895 | | |
918 | 896 | | |
919 | 897 | | |
920 | | - | |
921 | | - | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | 898 | | |
943 | 899 | | |
944 | 900 | | |
| |||
981 | 937 | | |
982 | 938 | | |
983 | 939 | | |
984 | | - | |
985 | | - | |
986 | | - | |
987 | | - | |
988 | 940 | | |
989 | 941 | | |
990 | 942 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
369 | 367 | | |
370 | 368 | | |
371 | 369 | | |
| |||
0 commit comments