diff options
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/print.c b/src/print.c index d562500b619..bc17cee0ed4 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -2509,9 +2509,6 @@ print_object (Lisp_Object obj, Lisp_Object printcharfun, bool escapeflag) | |||
| 2509 | print_object (Fhash_table_rehash_threshold (obj), | 2509 | print_object (Fhash_table_rehash_threshold (obj), |
| 2510 | printcharfun, escapeflag); | 2510 | printcharfun, escapeflag); |
| 2511 | 2511 | ||
| 2512 | if (h->purecopy) | ||
| 2513 | print_c_string (" purecopy t", printcharfun); | ||
| 2514 | |||
| 2515 | print_c_string (" data (", printcharfun); | 2512 | print_c_string (" data (", printcharfun); |
| 2516 | 2513 | ||
| 2517 | ptrdiff_t size = h->count; | 2514 | ptrdiff_t size = h->count; |