Removed some commented code.

This commit is contained in:
Jeff Baskin 2022-07-01 00:00:11 -04:00
parent 595cd99b0b
commit b7ba8347df
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ impl Query {
async fn pointless(&self) -> String {
"this is pointless.".to_string()
}
//async fn create_table(&self, name: String) -> Result<Option<Table>> {
// Ok(Some(Table::new(name).await))
//}
}
struct Mutation;