summaryrefslogtreecommitdiff
path: root/tutorial/tutorial.thrift
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-05-06 12:40:45 +0800
committerGitHub <noreply@github.com>2022-05-06 00:40:45 -0400
commit45471decdf572156189e66db59c8a1e82085299f (patch)
tree1d2409f7f05142429bcd8545891b2de0406c8dc5 /tutorial/tutorial.thrift
parentbf5c6dd77c597ace417d7283a1d2805fc647b091 (diff)
downloadthrift-45471decdf572156189e66db59c8a1e82085299f.tar.gz
THRIFT-5567: remove cl namespace references (#2580)
Fix warnings in the tutorial code by removing the Common Lisp namespace references, since support for that was removed in THRIFT-5476
Diffstat (limited to 'tutorial/tutorial.thrift')
-rw-r--r--tutorial/tutorial.thrift1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift
index f1e291297..6e3313058 100644
--- a/tutorial/tutorial.thrift
+++ b/tutorial/tutorial.thrift
@@ -63,7 +63,6 @@ include "shared.thrift"
* target languages.
*/
-namespace cl tutorial
namespace cpp tutorial
namespace d tutorial
namespace dart tutorial