cleanup(compiler): Remove custom print and parse TFHE types

This commit is contained in:
Quentin Bourgerie
2022-06-16 09:52:23 +02:00
parent 9dd776533a
commit acbb5bf17a
3 changed files with 1 additions and 26 deletions

View File

@@ -18,11 +18,6 @@ def TFHE_Dialect : Dialect {
A dialect for representation of high level operation on fully homomorphic ciphertext.
}];
let cppNamespace = "::mlir::concretelang::TFHE";
let useDefaultTypePrinterParser = 0;
let extraClassDeclaration = [{
::mlir::Type parseType(::mlir::DialectAsmParser &parser) const override;
void printType(::mlir::Type type, ::mlir::DialectAsmPrinter &printer) const override;
}];
}
#endif