diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-19 22:01:16 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-21 09:19:57 -0500 |
commit | 5b3d6611ca1105e33c577c2432e815b733782694 (patch) | |
tree | 36bd05249eaf707de4e97bcba385039cc6170972 /src | |
parent | sqlite, minor, cosmetic in use case, if not exist (diff) |
org files naming, minor
Diffstat (limited to 'src')
-rw-r--r-- | src/doc_reform/io_out/sqlite.d | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc_reform/io_out/sqlite.d b/src/doc_reform/io_out/sqlite.d index 3a0b67c..58f8dd9 100644 --- a/src/doc_reform/io_out/sqlite.d +++ b/src/doc_reform/io_out/sqlite.d @@ -652,13 +652,6 @@ template SQLiteFormatAndLoadObject() { string o; return o; } - string postgresql_load_string(M,O)( - M doc_matters, - const O obj, - ) { - string o; - return o; - } string sqlite_statement(O)( const O obj, string _txt, |