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
This commit is contained in:
Jiayu Liu 2022-05-06 12:40:45 +08:00 committed by GitHub
parent bf5c6dd77c
commit 45471decdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -63,7 +63,6 @@ include "shared.thrift"
* target languages.
*/
namespace cl tutorial
namespace cpp tutorial
namespace d tutorial
namespace dart tutorial