Skip to content

Commit

Permalink
lib9: remove unreferenced externs and getuser()
Browse files Browse the repository at this point in the history
R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6820115
  • Loading branch information
carl-mastrangelo authored and rsc committed Nov 8, 2012
1 parent 024a92c commit 148154b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
4 changes: 0 additions & 4 deletions include/libc.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,12 @@ extern char* p9getenv(char*);
extern int p9putenv(char*, char*);
extern int getfields(char*, char**, int, int, char*);
extern int gettokens(char *, char **, int, char *);
extern char* getuser(void);
extern char* p9getwd(char*, int);
extern void p9longjmp(p9jmp_buf, int);
extern char* mktemp(char*);
extern int opentemp(char*);
extern void p9notejmp(void*, p9jmp_buf, int);
extern void perror(const char*);
extern int postnote(int, int, char *);
extern double p9pow10(int);
extern char* searchpath(char*);
extern char* p9ctime(long);
#define p9setjmp(b) sigsetjmp((void*)(b), 1)

Expand Down
43 changes: 0 additions & 43 deletions src/lib9/getuser.c

This file was deleted.

0 comments on commit 148154b

Please sign in to comment.