Userland: Delete redundant code in truncate

Fixes #1262
This commit is contained in:
Shannon Booth 2020-02-23 13:44:54 +13:00 committed by Andreas Kling
parent 90f40a80f4
commit 61bf8e01f9

View file

@ -91,7 +91,6 @@ int main(int argc, char** argv)
return 1;
}
op = OP_Set;
size = st.st_size;
}