Automatic commit
[svrt.git] / misc.cc
diff --git a/misc.cc b/misc.cc
index 2f766a6..ddcaf6d 100644 (file)
--- a/misc.cc
+++ b/misc.cc
@@ -28,15 +28,6 @@ using namespace std;
 
 #include "misc.h"
 
 
 #include "misc.h"
 
-char *basename(char *name) {
-  char *result = name;
-  while(*name) {
-    if(*name == '/') result = name + 1;
-    name++;
-  }
-  return result;
-}
-
 char *next_word(char *buffer, char *r, int buffer_size) {
   char *s;
   s = buffer;
 char *next_word(char *buffer, char *r, int buffer_size) {
   char *s;
   s = buffer;