Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
cjlucas committed Aug 23, 2015
1 parent eec36b0 commit f39fb40
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/src/helpers.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,14 +208,6 @@ oracle::occi::Bytes NewOracleBytesFromByteData(Dart_Handle byteData) {

}


void printDartToString(Dart_Handle dh) {
char *tostr;
Dart_StringToCString(Dart_ToString(dh), (const char **)&tostr);

printf("%s\n", tostr);
}

Dart_Handle HandleError(Dart_Handle handle) {
if (Dart_IsError(handle)) Dart_PropagateError(handle);
return handle;
Expand Down

0 comments on commit f39fb40

Please sign in to comment.