From f2b6719724a6804ebe3dc1eb1950ef5c34c9e7e3 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 8 Jul 2010 10:27:10 +0000 Subject: remove code for backwards compatibility with Clean 1.3 git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1795 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/Unix/ipc.dcl | 4 ---- main/Unix/ipc.icl | 5 ----- 2 files changed, 9 deletions(-) (limited to 'main') diff --git a/main/Unix/ipc.dcl b/main/Unix/ipc.dcl index ce686ae..539d029 100644 --- a/main/Unix/ipc.dcl +++ b/main/Unix/ipc.dcl @@ -1,9 +1,5 @@ definition module ipc; -//1.3 -from StdString import String; -//3.1 - open_pipes :: !String !String -> Int; // int open_pipes (CleanString commands_name,CleanString results_name); get_command_length :: Int; diff --git a/main/Unix/ipc.icl b/main/Unix/ipc.icl index 55ca927..11153e5 100644 --- a/main/Unix/ipc.icl +++ b/main/Unix/ipc.icl @@ -1,10 +1,5 @@ implementation module ipc; -//1.3 -from StdString import String; -//3.1 - - open_pipes :: !String !String -> Int; open_pipes a0 a1 = code { ccall open_pipes "SS:I" -- cgit v1.2.3