Encapsulated msg_location inside msg_emit
[pspp-builds.git] / src / data / data-in.c
index 462f85579a929b571714109c92e40515998742aa..0b9e0623265562229d7982cdc0d86f5b99823fc2 100644 (file)
@@ -64,7 +64,6 @@ vdls_error (const struct data_in *i, const char *format, va_list args)
 
   m.category = MSG_DATA;
   m.severity = MSG_ERROR;
-  msg_location (&m.where);
   m.text = ds_cstr (&text);
 
   msg_emit (&m);