diff options
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/normal.c b/src/normal.c index 1c06f998bc..6e6875b244 100644 --- a/src/normal.c +++ b/src/normal.c @@ -6129,15 +6129,6 @@ static void nv_g_cmd(cmdarg_T *cap) int flag = FALSE; switch (cap->nchar) { -#ifdef MEM_PROFILE - /* - * "g^A": dump log of used memory. - */ - case Ctrl_A: - vim_mem_profile_dump(); - break; -#endif - /* * "gR": Enter virtual replace mode. */ |