aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-08-28 21:35:33 +0200
committerClifford Wolf <clifford@clifford.at>2016-08-28 21:35:33 +0200
commiteae390ae17839bf0273b32149f46a2560a23d934 (patch)
tree218b3327ef63938a762859386f23215cef83c4d3 /frontends/ast/ast.h
parent66582964bc11aadf3d0783a346706d801451a13f (diff)
downloadyosys-eae390ae17839bf0273b32149f46a2560a23d934.tar.gz
yosys-eae390ae17839bf0273b32149f46a2560a23d934.tar.bz2
yosys-eae390ae17839bf0273b32149f46a2560a23d934.zip
Removed $predict again
Diffstat (limited to 'frontends/ast/ast.h')
-rw-r--r--frontends/ast/ast.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/ast/ast.h b/frontends/ast/ast.h
index fed5ad067..c9fe58a3d 100644
--- a/frontends/ast/ast.h
+++ b/frontends/ast/ast.h
@@ -65,7 +65,6 @@ namespace AST
AST_PREFIX,
AST_ASSERT,
AST_ASSUME,
- AST_PREDICT,
AST_FCALL,
AST_TO_BITS,