summaryrefslogtreecommitdiff
path: root/common/gc-opt-flags.h
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-09-16 07:45:09 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-09-16 07:45:09 +0900
commit1e860c1f8b2b0b48617f2ca664aa9acf2fafc8d3 (patch)
treea945f12e0ecb03e7c1db7db427f469b46f5c71f9 /common/gc-opt-flags.h
parent0fca6c1d0d6088ff4558a6ffc3bc220998699392 (diff)
downloadgpg2-1e860c1f8b2b0b48617f2ca664aa9acf2fafc8d3.tar.gz
gpg2-1e860c1f8b2b0b48617f2ca664aa9acf2fafc8d3.tar.bz2
gpg2-1e860c1f8b2b0b48617f2ca664aa9acf2fafc8d3.zip
Imported Upstream version 2.2.37upstream/2.2.37
Diffstat (limited to 'common/gc-opt-flags.h')
-rw-r--r--common/gc-opt-flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/gc-opt-flags.h b/common/gc-opt-flags.h
index 11ecec0..8458aa0 100644
--- a/common/gc-opt-flags.h
+++ b/common/gc-opt-flags.h
@@ -20,10 +20,6 @@
#define GC_OPT_FLAG_NONE 0UL
-/* The RUNTIME flag for an option indicates that the option can be
- changed at runtime. */
-#define GC_OPT_FLAG_RUNTIME (1UL << 3)
-
/* The DEFAULT flag for an option indicates that the option has a
default value. */
#define GC_OPT_FLAG_DEFAULT (1UL << 4)