Re: [PATCH] Remove unused code from mm/tiny-shmem.c

2007-11-02 Thread Matt Mackall
[resent due to damaged header] On Fri, Nov 02, 2007 at 10:50:56PM +0530, Balbir Singh wrote: > This code in mm/tiny-shmem.c is under #if 0, do we really need it? This > patch removes it. > > Signed-off-by: Balbir Singh <[EMAIL PROTECTED]> Adrian added the #ifdefs in March, not sure why he didn't

[PATCH] Remove unused code from mm/tiny-shmem.c

2007-11-02 Thread Balbir Singh
This code in mm/tiny-shmem.c is under #if 0, do we really need it? This patch removes it. Signed-off-by: Balbir Singh <[EMAIL PROTECTED]> --- mm/tiny-shmem.c | 12 1 file changed, 12 deletions(-) diff -puN mm/tiny-shmem.c~remove-unused-code mm/tiny-shmem.c --- linux-2.6-latest/