mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd: Disable CBOR for now.
This commit is contained in:
parent
f7813f61a5
commit
b63c103bb7
2 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@ namespace ircd
|
|||
#include "parse.h"
|
||||
#include "rfc1459.h"
|
||||
#include "json/json.h"
|
||||
#include "cbor/cbor.h"
|
||||
//#include "cbor/cbor.h"
|
||||
#include "openssl.h"
|
||||
#include "http.h"
|
||||
#include "fmt.h"
|
||||
|
|
|
@ -89,7 +89,6 @@ libircd_la_SOURCES = \
|
|||
lexical.cc \
|
||||
tokens.cc \
|
||||
json.cc \
|
||||
cbor.cc \
|
||||
locale.cc \
|
||||
logger.cc \
|
||||
info.cc \
|
||||
|
|
Loading…
Add table
Reference in a new issue