From e95c49b76f4ac7bf72c383ee43a0567dfcbf1603 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 10 Sep 2018 18:15:02 -0400 Subject: 0.1.0 renamed doc-reform, doc_reform (& rad) - from sdp --- src/sdp/output/create_zip_file.d | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/sdp/output/create_zip_file.d (limited to 'src/sdp/output/create_zip_file.d') diff --git a/src/sdp/output/create_zip_file.d b/src/sdp/output/create_zip_file.d deleted file mode 100644 index 5380744..0000000 --- a/src/sdp/output/create_zip_file.d +++ /dev/null @@ -1,17 +0,0 @@ -module sdp.output.create_zip_file; -template createZipFile() { - import std.file; - import std.outbuffer; - import std.string; - import std.zip; - void createZipFile( - string zip_file_name, - void[] compressed_zip_data, - ) { - try { - write(zip_file_name, compressed_zip_data); - } catch (ZipException ex) { - // Handle Errors - } - } -} -- cgit v1.2.3