From 272005b3305226d57a69bf5aaf3641c638338d02 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 4 Feb 2021 17:46:14 -0800 Subject: [PATCH] remove unused DMKEY --- lib/gvc/gvconfig.c | 1 - lib/gvc/gvusershape.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/gvc/gvconfig.c b/lib/gvc/gvconfig.c index 0b635d99d..11d9ebfea 100644 --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -25,7 +25,6 @@ #define GLOB_ABORTED 2 /* Read error. */ #define GLOB_NOMATCH 3 /* No matches found. */ #define GLOB_NOSORT 4 -#define DMKEY "Software\\Microsoft" //key to look for library dir typedef struct { int gl_pathc; /* count of total paths so far */ int gl_matchc; /* count of paths matching pattern */ diff --git a/lib/gvc/gvusershape.c b/lib/gvc/gvusershape.c index 3da26e8e9..42105ab92 100644 --- a/lib/gvc/gvusershape.c +++ b/lib/gvc/gvusershape.c @@ -24,7 +24,6 @@ #define GLOB_ABORTED 2 /* Read error. */ #define GLOB_NOMATCH 3 /* No matches found. */ #define GLOB_NOSORT 4 -#define DMKEY "Software\\Microsoft" //key to look for library dir #endif #include -- 2.40.0