edits
[iotcloud.git] / version2 / src / C / LocalComm.cc
index 18ba37fa6efe64bd34cbb480c38bc910127e38c0..9640277e0095881adc81b838427c55ee21789175 100644 (file)
@@ -1,5 +1,5 @@
 #include "LocalComm.h"
-Array<char> *LocalComm::sendDataToLocalDevice(int64_t deviceId, Array<char> *data) throws InterruptedException {
+Array<char> *LocalComm::sendDataToLocalDevice(int64_t deviceId, Array<char> *data) {
        printf("Passing Locally\n");
 
        if (deviceId == t1->getMachineId()) {