Skip to content
Snippets Groups Projects
Commit dabd370a authored by Florian Gerber's avatar Florian Gerber
Browse files

cleanup C code

parent 2da4f597
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,6 @@ int str2intent(SEXP str) {
switch(p[i]) {
case('r'): x |= INTENT_READ; break;
case('w'): x |= INTENT_WRITE; break;
// case('c'): x |= INTENT_COPY; break; // disabled
// case('s'): x |= INTENT_SPEED; break;
default: error(_("unknown intent '%c'"), p[i]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment