mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
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:
parent
bf5c6dd77c
commit
45471decdf
@ -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
|
||||
|
@ -63,7 +63,6 @@ include "shared.thrift"
|
||||
* target languages.
|
||||
*/
|
||||
|
||||
namespace cl tutorial
|
||||
namespace cpp tutorial
|
||||
namespace d tutorial
|
||||
namespace dart tutorial
|
||||
|
Loading…
Reference in New Issue
Block a user