Merge branch 'master' of https://github.com/dopefishh/tt2015
[tt2015.git] / a3 / arch.dot
diff --git a/a3/arch.dot b/a3/arch.dot
deleted file mode 100644 (file)
index 4c9fd58..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-digraph {
-       rankdir=LR;
-       edge [dir="both"];
-       "Tool" -> "Adapter" [label="TCP"];
-       "Adapter" -> "SUT" [label="TCP"];
-       "SUT" -> "EchoServer" [label="TCP"];
-}