aboutsummarylogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorAnselm R. Garbe2006-07-14 17:43:56 +0200
committerAnselm R. Garbe2006-07-14 17:43:56 +0200
commitfd6277c4e1426f70356eb79214f3053e17969416 (patch)
tree86b6b978a628a2d18aed34ff59218bb711ab34c5 /util.c
parentf12b5fe5e624e2f352589b790776253e4c9f1f6d (diff)
downloadaur-fd6277c4e1426f70356eb79214f3053e17969416.tar.gz
removed a bunch of lines through swap removal
Diffstat (limited to 'util.c')
-rw-r--r--util.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/util.c b/util.c
index e95dfc5f946c..eba841613bf2 100644
--- a/util.c
+++ b/util.c
@@ -39,14 +39,6 @@ emallocz(unsigned int size)
}
void
-swap(void **p1, void **p2)
-{
- void *tmp = *p1;
- *p1 = *p2;
- *p2 = tmp;
-}
-
-void
spawn(Arg *arg)
{
char **argv = (char **)arg->argv;