summaryrefslogtreecommitdiffstats
path: root/src/build/tools/verify-commit
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/verify-commit')
-rwxr-xr-xsrc/build/tools/verify-commit12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/build/tools/verify-commit b/src/build/tools/verify-commit
index 6f04dd97d..93a471784 100755
--- a/src/build/tools/verify-commit
+++ b/src/build/tools/verify-commit
@@ -293,12 +293,6 @@ sub verifyCommitMsg
# Verify format of RTC message.
if ($line =~ m/^\s*RTC:\s*[0-9]+(.*)/)
{
- if ("" ne $rtcTag)
- {
- error("Commit Message",$line,$lineCount,
- "Duplicate RTC tag found.");
- }
-
$rtcTag = $line;
if ("" ne $1)
{
@@ -309,12 +303,6 @@ sub verifyCommitMsg
if ($line =~ m/^\s*CQ:\s*[A-Z][A-Z][0-9]+(.*)/)
{
- if ("" ne $cqTag)
- {
- error("Commit Message",$line,$lineCount,
- "Duplicate CQ tag found.");
- }
-
$cqTag = $line;
if ("" ne $1)
{
OpenPOWER on IntegriCloud