소스 검색

Spurious variable

Samuel Thibault 14 년 전
부모
커밋
b58ea76005
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      tools/lp2paje.c

+ 1 - 2
tools/lp2paje.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010  Université de Bordeaux 1
+ * Copyright (C) 2010-2011  Université de Bordeaux 1
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -32,7 +32,6 @@ int main(int argc, char *argv[]) {
 	int foo;
 	double bar;
 	unsigned long num;
-	int b;
 	unsigned long next = 1;
 
 	if (argc != 3) {