Commit 91ee879
authored
Remove a few functions in AbstractPosts (#25008)
* Remove unnecessary Core Data property setters
The functions were originally added in commit 32477e1.
The original implementation needed to update another property in the setters.
But the update code no longer exists, and the override method becomes redundant,
since it's the same as the default Core Data implementation.
* Remove AbstractPost.setDateCreated
The same function exists in the super class BasePost.1 parent 696fef0 commit 91ee879
1 file changed
+0
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 38 | | |
63 | 39 | | |
64 | 40 | | |
| |||
0 commit comments