diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-04-11 14:20:41 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-04-11 14:20:41 +0200 |
commit | d8545806fc28ac45da1d2896c6ffac7075095301 (patch) | |
tree | a9cf5c3b4797e07c7b91547f9519613af59b985d /sys/src/cmd/vl | |
parent | 550b6d1aad832fc6155c776a8192cb457d2b1175 (diff) |
vl: remove unused mysbrk() prototype
Diffstat (limited to 'sys/src/cmd/vl')
-rw-r--r-- | sys/src/cmd/vl/l.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/vl/l.h b/sys/src/cmd/vl/l.h index d605e8f34..7f4d02ced 100644 --- a/sys/src/cmd/vl/l.h +++ b/sys/src/cmd/vl/l.h @@ -297,7 +297,6 @@ Sym* lookup(char*, int); void lput(long); void bput(long); void mkfwd(void); -void* mysbrk(ulong); void names(void); void nocache(Prog*); void noops(void); |