summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-06-22 19:58:34 -0700
committerGitHub <noreply@github.com>2022-06-22 19:58:34 -0700
commit07a380d72a13899a84cbdc35692be7a3d9246dcb (patch)
tree68e77f2e9682b3b7c3debd745604a494439e5b25 /slang.h
parente5a75563a1ba2e378353af8b937b8b7bb0fe2c2b (diff)
More Language Server Improvements. (#2289)
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/slang.h b/slang.h
index 5287136ab..078e49e4b 100644
--- a/slang.h
+++ b/slang.h
@@ -4000,10 +4000,6 @@ namespace slang
You have been warned.
*/
kSessionFlag_FalcorCustomSharedKeywordSemantics = 1 << 0,
-
- /** Indicates that this is a session created by language server.
- */
- kSessionFlag_LanguageServer = 1 << 1,
};
struct PreprocessorMacroDesc