diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-28 11:36:36 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-28 11:36:36 -0400 |
commit | fdbff25a61d47cc7ed9aed3ada0e0e414e1b559b (patch) | |
tree | e40bc279a9cb55e9dac753f615cf99f2e0e03e08 /lisc/lisc.h | |
parent | 538e3aff7fbc820fe72b3f6a89540c102e2da576 (diff) | |
download | roux-fdbff25a61d47cc7ed9aed3ada0e0e414e1b559b.tar.gz |
stupid hinting works better without traces!
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index 2808620..127aa78 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -225,7 +225,6 @@ struct Tmp { uint cost; short spill; short wide; - ulong intr; int hint; int phi; }; |