Skip to content

Commit 74fa61b

Browse files
committed
removed unimplemented functions from core
1 parent ded4e2a commit 74fa61b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tmc-langs-core/src/tmc_core.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ impl TmcCore {
227227
self.organization(organization_slug)
228228
}
229229

230-
/// Unimplemented.
231-
#[deprecated = "unimplemented"]
232-
pub fn send_diagnostics(&self) {
233-
unimplemented!()
234-
}
235-
236230
/// Downloads the given exercises. Overwrites existing exercises if they exist.
237231
///
238232
/// # Errors
@@ -465,11 +459,6 @@ impl TmcCore {
465459
self.post_feedback(feedback_url, feedback)
466460
}
467461

468-
#[deprecated = "unimplemented"]
469-
pub fn send_snapshot_events(&self) {
470-
unimplemented!()
471-
}
472-
473462
/// Sends the submission to the server.
474463
///
475464
/// # Errors

0 commit comments

Comments
 (0)