aboutsummaryrefslogtreecommitdiff
path: root/src/powder_plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/powder_plot.c')
-rw-r--r--src/powder_plot.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/powder_plot.c b/src/powder_plot.c
index bb3ace9e..e9aaa49d 100644
--- a/src/powder_plot.c
+++ b/src/powder_plot.c
@@ -884,14 +884,6 @@ int main(int argc, char *argv[])
}
-
- /* need to check that the file even exists before moving on */
- FILE * junk = fopen(filename,"r");
- if ( junk == NULL ) {
- ERROR("The file %s does not exist!\n",filename);
- exit(1);
- }
-
if ( is_stream(filename) == 1 ) {
file_type = FILE_STREAM;