summaryrefslogtreecommitdiff
path: root/vala/valapointerindirection.vala
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-11-14 16:13:01 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-11-14 16:14:34 +0100
commit50b373b68474732225a89f3476bb46dd9c0012c0 (patch)
tree2794e2157a7d000ddcab7cf62d7264d2810c6c1f /vala/valapointerindirection.vala
parent9319f309dd97532a3174de995a83884739d70460 (diff)
downloadvala-50b373b68474732225a89f3476bb46dd9c0012c0.tar.gz
Revert errornous git push
This reverts commit 9319f309dd97532a3174de995a83884739d70460. This reverts commit 9ccdd25eaf0c57ac0cb18380b81d76a9d7113f7f. This reverts commit 6689c356dade08a0d04a4d6f3add15a71125e925. This reverts commit 4f560d0bb2753bed14b2f0688f2d3e686a39d6ca.
Diffstat (limited to 'vala/valapointerindirection.vala')
-rw-r--r--vala/valapointerindirection.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valapointerindirection.vala b/vala/valapointerindirection.vala
index 0397eb37c..bcf32b548 100644
--- a/vala/valapointerindirection.vala
+++ b/vala/valapointerindirection.vala
@@ -101,7 +101,7 @@ public class Vala.PointerIndirection : Expression {
Report.error (source_reference, "Pointer indirection not supported for this expression");
return false;
}
- value_type = pointer_type.base_type.copy ();
+ value_type = pointer_type.base_type;
} else {
error = true;
Report.error (source_reference, "Pointer indirection not supported for this expression");