Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45acb8db authored by Alexey Dobriyan's avatar Alexey Dobriyan
Browse files

proc: remove now unneeded ADDBUF macro



After local seq_file conversion it was forgotten.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
parent 47830723
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -86,11 +86,6 @@
#include <asm/processor.h>
#include "internal.h"

/* Gcc optimizes away "strlen(x)" for constant x */
#define ADDBUF(buffer, string) \
do { memcpy(buffer, string, strlen(string)); \
     buffer += strlen(string); } while (0)

static inline void task_name(struct seq_file *m, struct task_struct *p)
{
	int i;