Don't include filename or line number in synthesized tag.

This commit is contained in:
Dianne Skoll
2020-02-23 11:15:38 -05:00
parent 725e046a15
commit f499ae096f

View File

@@ -2086,8 +2086,6 @@ char const *SynthesizeTag(void)
unsigned char buf[16];
static char out[128];
MD5Init(&ctx);
MD5Update(&ctx, (unsigned char *) FileName, strlen(FileName));
MD5Update(&ctx, (unsigned char *) &LineNo, sizeof(LineNo));
MD5Update(&ctx, (unsigned char *) CurLine, strlen(CurLine));
MD5Final(buf, &ctx);
sprintf(out, "__syn__%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",