Skip to content

Commit

Permalink
tprintf: Remove unused macro and update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Sep 3, 2024
1 parent 1b22245 commit 3a4a013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ccutil/tprintf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

namespace tesseract {

#define MAX_MSG_LEN 2048

INT_VAR(log_level, INT_MAX, "Logging level");

static STRING_VAR(debug_file, "", "File to send tprintf output to");
Expand Down
2 changes: 1 addition & 1 deletion src/ccutil/tprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#ifndef TESSERACT_CCUTIL_TPRINTF_H
#define TESSERACT_CCUTIL_TPRINTF_H

#include "params.h" // for BOOL_VAR_H
#include "params.h" // for INT_VAR_H
#include <tesseract/export.h> // for TESS_API

namespace tesseract {
Expand Down

0 comments on commit 3a4a013

Please sign in to comment.