diff options
author | johnvg | 2008-12-19 14:57:48 +0000 |
---|---|---|
committer | johnvg | 2008-12-19 14:57:48 +0000 |
commit | c7c70986f75a5f3e7aa8c2222bdd41b1d8326a50 (patch) | |
tree | 43b2c00c632781b20597543383edeef6136e97bb /backendC | |
parent | add integers and rationals (diff) |
remove BENrOfBasicTypes
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1723 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/backend.c b/backendC/CleanCompilerSources/backend.c index 9ceed58..e8215a2 100644 --- a/backendC/CleanCompilerSources/backend.c +++ b/backendC/CleanCompilerSources/backend.c @@ -3606,7 +3606,6 @@ CheckBEEnumTypes (void) Assert (world_type == BEWorldType); Assert (procid_type == BEProcIdType); Assert (redid_type == BERedIdType); - Assert (Nr_Of_Basic_Types == BENrOfBasicTypes); Assert (rational_denot == BERationalDenot); Assert (int_denot == BEIntDenot); Assert (bool_denot == BEBoolDenot); |