quitando basura del index
[VSoRC/.git] / node_modules / node-pty / deps / winpty / misc / SetCursorPos.cc
diff --git a/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc b/node_modules/node-pty/deps/winpty/misc/SetCursorPos.cc
deleted file mode 100644 (file)
index d20fdbd..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <windows.h>
-
-#include "TestUtil.cc"
-
-int main(int argc, char *argv[]) {
-    int col = atoi(argv[1]);
-    int row = atoi(argv[2]);
-    setCursorPos(col, row);
-    return 0;
-}