remove useless if-before-free tests
[bpt/emacs.git] / src / lread.c
index 1bc9ec3..578addf 100644 (file)
@@ -1269,8 +1269,7 @@ Return t if the file exists and loads successfully.  */)
 
   UNGCPRO;
 
-  if (saved_doc_string)
-    free (saved_doc_string);
+  free (saved_doc_string);
   saved_doc_string = 0;
   saved_doc_string_size = 0;