From 45471decdf572156189e66db59c8a1e82085299f Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Fri, 6 May 2022 12:40:45 +0800 Subject: 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 --- tutorial/shared.thrift | 1 - tutorial/tutorial.thrift | 1 - 2 files changed, 2 deletions(-) (limited to 'tutorial') diff --git a/tutorial/shared.thrift b/tutorial/shared.thrift index 3c6a69db8..795e9cb93 100644 --- a/tutorial/shared.thrift +++ b/tutorial/shared.thrift @@ -22,7 +22,6 @@ * these definitions. */ -namespace cl shared namespace cpp shared namespace d share // "shared" would collide with the eponymous D keyword. namespace dart shared 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 -- cgit v1.2.1