Introduction
Introduction Statistics Contact Development Disclaimer Help
tUnused variable. - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 72a653997c4835aeddea5a8aeda377e2b611fcae
parent 7285a491c1ce1e630a0751b1011fd33e6b17234b
Author: wkj <devnull@localhost>
Date: Thu, 17 Jun 2004 01:59:07 +0000
Unused variable.
Diffstat:
M src/lib9/malloc.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/lib9/malloc.c b/src/lib9/malloc.c
t@@ -10,8 +10,6 @@
void*
p9malloc(ulong n)
{
- void *v;
-
if(n == 0)
n++;
return malloc(n);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.