Skip to content

Commit ad98d00

Browse files
authored
Merge pull request #4046 from tautschnig/character_refine_preprocesst
character_refine_preprocesst isn't a messaget [blocks: #3800]
2 parents 86389e9 + 402f1de commit ad98d00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jbmc/src/java_bytecode/character_refine_preprocess.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ Date: March 2017
2020
#ifndef CPROVER_JAVA_BYTECODE_CHARACTER_REFINE_PREPROCESS_H
2121
#define CPROVER_JAVA_BYTECODE_CHARACTER_REFINE_PREPROCESS_H
2222

23-
#include <util/ui_message.h>
2423
#include <util/std_code.h>
2524
#include <util/mp_arith.h>
2625

2726
#include <unordered_map>
2827

29-
class character_refine_preprocesst:public messaget
28+
class character_refine_preprocesst
3029
{
3130
public:
3231
void initialize_conversion_table();

0 commit comments

Comments
 (0)