diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 13:06:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:04:32 +0900 |
commit | 423172b6620ea2c76d055a42b947e6332b8a1d92 (patch) | |
tree | 1047c8cfde695449a41d46313a7ee0caca710135 /lib/astyle/ASFormatter.cpp | |
parent | fa6cb919b37c540bcd4f81699fef1193ac0dc458 (diff) | |
download | tdevelop-423172b6620ea2c76d055a42b947e6332b8a1d92.tar.gz tdevelop-423172b6620ea2c76d055a42b947e6332b8a1d92.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 31af8fa045de34407fbe0beda3ad65afaf0080d2)
Diffstat (limited to 'lib/astyle/ASFormatter.cpp')
-rw-r--r-- | lib/astyle/ASFormatter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/astyle/ASFormatter.cpp b/lib/astyle/ASFormatter.cpp index eb418760..bf88affd 100644 --- a/lib/astyle/ASFormatter.cpp +++ b/lib/astyle/ASFormatter.cpp @@ -1652,7 +1652,7 @@ void ASFormatter::adjustComments(void) if (formattedLine.find_last_not_of(' ') < len - adjust - 1 && formattedLine[len-1] != '\t') // don't adjust a tab formattedLine.resize(len - adjust); - // the following are commented out to avoid a Borland compiler warning + // the following are commented out to avoid compiler warning //else // adjust = 0; TRcomment(-adjust); // trace macro |