summaryrefslogtreecommitdiff
path: root/utils/2c/Update
diff options
context:
space:
mode:
Diffstat (limited to 'utils/2c/Update')
-rw-r--r--utils/2c/Update7
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/2c/Update b/utils/2c/Update
deleted file mode 100644
index 65024dfe..00000000
--- a/utils/2c/Update
+++ /dev/null
@@ -1,7 +0,0 @@
- if(n->op == ONAME) {
-< if(o == OSET)
-< gopcode(OTST, tint, D_NONE, Z, D_TREE, n);
-< else
-< gopcode(OTST, tint, D_TREE, n, D_NONE, Z);
-< p->as = ANOP;
-< }