commit 480c415220a1ba32f382677a78f15f6399af94ff
Author: Quentin Rameau <[email protected]>
AuthorDate: Wed May 25 17:44:39 2016 +0200
Commit: Quentin Rameau <[email protected]>
CommitDate: Wed May 25 19:50:48 2016 +0200
[driver] Remove unnecessary variable
diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index 4dc3775..421c0c5 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -96,13 +96,11 @@ int
main(int argc, char *argv[])
{
int fds[2], st, i;
- char *p;
pid_t pid;
atexit(terminate);
- if (p = getenv("ARCH"))
- arch = p;
+ arch = getenv("ARCH");
ARGBEGIN {
case 'm':